Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/krb4/lib/krb remove redundant decl.



details:   https://anonhg.NetBSD.org/src/rev/66a55fa93cb1
branches:  trunk
changeset: 501759:66a55fa93cb1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 07 05:44:03 2001 +0000

description:
remove redundant decl.

diffstat:

 crypto/dist/krb4/lib/krb/krb_locl.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r d47bf3ad2003 -r 66a55fa93cb1 crypto/dist/krb4/lib/krb/krb_locl.h
--- a/crypto/dist/krb4/lib/krb/krb_locl.h       Sun Jan 07 05:42:54 2001 +0000
+++ b/crypto/dist/krb4/lib/krb/krb_locl.h       Sun Jan 07 05:44:03 2001 +0000
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: krb_locl.h,v 1.1.1.2 2000/12/29 01:43:16 assar Exp $ */
+/* $Id: krb_locl.h,v 1.2 2001/01/07 05:44:03 christos Exp $ */
 
 #ifndef __krb_locl_h
 #define __krb_locl_h
@@ -169,7 +169,4 @@
        void *old_checksum,
        int little));
 
-void
-krb_kdctimeofday __P((struct timeval *tv));
-
 #endif /*  __krb_locl_h */



Home | Main Index | Thread Index | Old Index