]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_ntop.c
remove the old lspping sample
[tcpdump] / missing / inet_ntop.c
index 9a68caaab8b380db3aa9668e6b5487f8782aa0e7..30dff51e7ede99343f95356d53b6e3349ebe4f7b 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_ntop.c,v 1.4 2002-06-11 17:13:38 itojun Exp $ */
+/* $Id: inet_ntop.c,v 1.7 2003-11-16 09:36:50 guy Exp $ */
 
 #ifndef lint
-static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.4 2002-06-11 17:13:38 itojun Exp $";
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.7 2003-11-16 09:36:50 guy Exp $";
 #endif
 
+#include <tcpdump-stdinc.h>
+
 #include <stdio.h>
 #include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 
 /*
  *