+2002-07-02 Ken Raeburn <raeburn@mit.edu>
+
+ * sock2p.c (inet_ntop): Disable definition; it should be provided
+ by the socket support header files.
+
2002-06-26 Ken Raeburn <raeburn@mit.edu>
* dispatch.c (dispatch): Remove arg "portnum"; update callers.
#include <sys/socket.h>
#include "kdc_util.h"
+#if 0 /* if we really need this, put it into socket-utils.h or fake-addrinfo.h */
+
#ifndef HAVE_INET_NTOP
char *
inet_ntop (int family, const void *address, char *buf, size_t bufsiz)
}
#endif
+#endif
+
void
sockaddr2p (const struct sockaddr *s, char *buf, size_t bufsiz, int *port_p)
{