* kdc_util.h (inet_ntop): Delete declaration
authorKen Raeburn <raeburn@mit.edu>
Tue, 2 Jul 2002 04:25:35 +0000 (04:25 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 2 Jul 2002 04:25:35 +0000 (04:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14596 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/kdc_util.h

index bf0f4dfec9d65af7cdba41fa27494dbe61ca0854..91e16a330674b851664cce7fa033825ee2b5a438 100644 (file)
@@ -2,6 +2,7 @@
 
        * sock2p.c (inet_ntop): Disable definition; it should be provided
        by the socket support header files.
+       * kdc_util.h (inet_ntop): Delete declaration. 
 
 2002-06-26  Ken Raeburn  <raeburn@mit.edu>
 
index c54f1da43fdb716ebe9845a1b12f3b087cb09c33..b74173db8dbaa5da9285c683dc3f38eeed4113aa 100644 (file)
@@ -161,10 +161,6 @@ void kdc_insert_lookaside (krb5_data *, const krb5_fulladdr *,
                                     krb5_data *);
 
 /* sock2p.c */
-#ifndef HAVE_INET_NTOP
-/* It's provided by sock2p.c in this case.  */
-extern char *inet_ntop (int, const void *, char *, size_t);
-#endif
 extern void sockaddr2p (const struct sockaddr *, char *, size_t, int *);
 
 /* which way to convert key? */