projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46859c
)
* kdc_util.h (inet_ntop): Delete declaration
author
Ken Raeburn
<raeburn@mit.edu>
Tue, 2 Jul 2002 04:25:35 +0000
(
04:25
+0000)
committer
Ken 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
patch
|
blob
|
history
src/kdc/kdc_util.h
patch
|
blob
|
history
diff --git
a/src/kdc/ChangeLog
b/src/kdc/ChangeLog
index bf0f4dfec9d65af7cdba41fa27494dbe61ca0854..91e16a330674b851664cce7fa033825ee2b5a438 100644
(file)
--- a/
src/kdc/ChangeLog
+++ b/
src/kdc/ChangeLog
@@
-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>
diff --git
a/src/kdc/kdc_util.h
b/src/kdc/kdc_util.h
index c54f1da43fdb716ebe9845a1b12f3b087cb09c33..b74173db8dbaa5da9285c683dc3f38eeed4113aa 100644
(file)
--- a/
src/kdc/kdc_util.h
+++ b/
src/kdc/kdc_util.h
@@
-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? */