]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update inet_pton.c
authorGisle Vanem <[email protected]>
Fri, 2 May 2014 12:06:38 +0000 (05:06 -0700)
committerGisle Vanem <[email protected]>
Fri, 2 May 2014 12:06:38 +0000 (05:06 -0700)
Removed <errno.h> here since it's already included in ./tcpdump-stdinc.h. The local 'win32/Include/errno.h' is deleted.

missing/inet_pton.c

index e5d20ca3da5abc17a3e774bcb29ac7c4b90f7594..3466f42b7cb54a001b99a4fde525ebe7a926dd84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999 Kungliga Tekniska Högskolan
+ * Copyright (c) 1999 Kungliga Tekniska Hgskolan
  * (Royal Institute of Technology, Stockholm, Sweden).
  * All rights reserved.
  *
@@ -17,7 +17,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *      This product includes software developed by the Kungliga Tekniska
- *      Högskolan and its contributors.
+ *      Hgskolan and its contributors.
  *
  * 4. Neither the name of the Institute nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
@@ -38,8 +38,6 @@
 
 #include <tcpdump-stdinc.h>
 
-#include <errno.h>
-
 int
 inet_pton(int af, const char *src, void *dst)
 {