summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@yahoo.no>2014-05-02 05:06:38 -0700
committerGisle Vanem <gvanem@yahoo.no>2014-05-02 05:06:38 -0700
commit3ce257e42b505e34438537dd0301174784108772 (patch)
tree0a7dcb963785713e57943315f744f8307c07a5ee /missing
parent8a974442b3b8c54e794df790032f604221e1cbb9 (diff)
downloadtcpdump-3ce257e42b505e34438537dd0301174784108772.tar.gz
Update inet_pton.c
Removed <errno.h> here since it's already included in ./tcpdump-stdinc.h. The local 'win32/Include/errno.h' is deleted.
Diffstat (limited to 'missing')
-rw-r--r--missing/inet_pton.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/missing/inet_pton.c b/missing/inet_pton.c
index e5d20ca3..3466f42b 100644
--- a/missing/inet_pton.c
+++ b/missing/inet_pton.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Kungliga Tekniska Högskolan
+ * Copyright (c) 1999 Kungliga Tekniska H�gskolan
* (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.
+ * H�gskolan 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)
{