]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_ntop.c
When discussing the "gateway" keyword, don't say that the host must be
[tcpdump] / missing / inet_ntop.c
index ce6ecaada2495ad3d72d287e0c2609e551b84a61..b0f4e4447c6599f7d8c464c1358316c32c53333d 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_ntop.c,v 1.1 1999-10-30 07:53:39 itojun Exp $ */
+/* $Id: inet_ntop.c,v 1.3 2000-01-09 21:35:45 fenner Exp $ */
 
+#ifndef lint
+static const char rcsid[] =
+     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.3 2000-01-09 21:35:45 fenner Exp $";
+#endif
+
+#include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/socket.h>