]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_pton.c
Oops, forgot to fix missing/getopt_long.c to include getopt_long.h.
[tcpdump] / missing / inet_pton.c
index e4cec2cdbba2784f835082d5740c75d00827a975..e5d20ca3da5abc17a3e774bcb29ac7c4b90f7594 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_pton.c,v 1.3 2002-06-11 17:13:38 itojun Exp $ */
-
-#ifndef lint
-static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_pton.c,v 1.3 2002-06-11 17:13:38 itojun Exp $";
-#endif
+#include <tcpdump-stdinc.h>
 
 #include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 
 int
 inet_pton(int af, const char *src, void *dst)