summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-11-18 15:36:20 +0000
committermmcc <mmcc@openbsd.org>2015-11-18 15:36:20 +0000
commit3c57576c37b6f27135e4e66b4a791109c216155a (patch)
tree53fc8cb862830f164b0a3cd7e2aeb1821388a462
parentRemove memory.h include. (diff)
downloadwireguard-openbsd-3c57576c37b6f27135e4e66b4a791109c216155a.tar.xz
wireguard-openbsd-3c57576c37b6f27135e4e66b4a791109c216155a.zip
Remove memory.h includes.
ok deraadt@
-rw-r--r--usr.sbin/tcpdump/addrtoname.c5
-rw-r--r--usr.sbin/tcpdump/parsenfsfh.c3
-rw-r--r--usr.sbin/tcpdump/print-arp.c3
-rw-r--r--usr.sbin/tcpdump/print-bootp.c3
-rw-r--r--usr.sbin/tcpdump/print-dhcp6.c5
-rw-r--r--usr.sbin/tcpdump/print-snmp.c5
6 files changed, 6 insertions, 18 deletions
diff --git a/usr.sbin/tcpdump/addrtoname.c b/usr.sbin/tcpdump/addrtoname.c
index 743471cdc27..ea08e89d545 100644
--- a/usr.sbin/tcpdump/addrtoname.c
+++ b/usr.sbin/tcpdump/addrtoname.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: addrtoname.c,v 1.35 2015/11/01 21:41:23 mmcc Exp $ */
+/* $OpenBSD: addrtoname.c,v 1.36 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -46,9 +46,6 @@ struct rtentry;
#include <netdb.h>
#include <pcap.h>
#include <pcap-namedb.h>
-#ifdef HAVE_MEMORY_H
-#include <memory.h>
-#endif
#include <signal.h>
#include <stdio.h>
#include <string.h>
diff --git a/usr.sbin/tcpdump/parsenfsfh.c b/usr.sbin/tcpdump/parsenfsfh.c
index f2dc388a605..e2918378b8f 100644
--- a/usr.sbin/tcpdump/parsenfsfh.c
+++ b/usr.sbin/tcpdump/parsenfsfh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parsenfsfh.c,v 1.11 2015/11/15 20:35:36 mmcc Exp $ */
+/* $OpenBSD: parsenfsfh.c,v 1.12 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (c) 1993, 1994 Jeffrey C. Mogul, Digital Equipment Corporation,
@@ -46,7 +46,6 @@
#include <sys/time.h>
#include <ctype.h>
-#include <memory.h>
#include <stdio.h>
#include <string.h>
diff --git a/usr.sbin/tcpdump/print-arp.c b/usr.sbin/tcpdump/print-arp.c
index ec66e119350..6b0e642e935 100644
--- a/usr.sbin/tcpdump/print-arp.c
+++ b/usr.sbin/tcpdump/print-arp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-arp.c,v 1.14 2015/11/15 20:35:36 mmcc Exp $ */
+/* $OpenBSD: print-arp.c,v 1.15 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -31,7 +31,6 @@ struct rtentry;
#include <netinet/in.h>
#include <netinet/if_ether.h>
-#include <memory.h>
#include <stdio.h>
#include <string.h>
diff --git a/usr.sbin/tcpdump/print-bootp.c b/usr.sbin/tcpdump/print-bootp.c
index 2b97ba54cfd..426bdb54cb0 100644
--- a/usr.sbin/tcpdump/print-bootp.c
+++ b/usr.sbin/tcpdump/print-bootp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-bootp.c,v 1.20 2015/11/15 20:35:36 mmcc Exp $ */
+/* $OpenBSD: print-bootp.c,v 1.21 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
@@ -33,7 +33,6 @@ struct rtentry;
#include <netinet/if_ether.h>
#include <ctype.h>
-#include <memory.h>
#include <stdio.h>
#include <string.h>
diff --git a/usr.sbin/tcpdump/print-dhcp6.c b/usr.sbin/tcpdump/print-dhcp6.c
index 08661d92c64..25a08846c88 100644
--- a/usr.sbin/tcpdump/print-dhcp6.c
+++ b/usr.sbin/tcpdump/print-dhcp6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-dhcp6.c,v 1.9 2015/11/16 00:16:39 mmcc Exp $ */
+/* $OpenBSD: print-dhcp6.c,v 1.10 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (C) 1998 and 1999 WIDE Project.
@@ -41,9 +41,6 @@ struct rtentry;
#include <netinet/in.h>
#include <ctype.h>
-#ifdef HAVE_MEMORY_H
-#include <memory.h>
-#endif
#include <stdio.h>
#include <string.h>
#include <arpa/inet.h>
diff --git a/usr.sbin/tcpdump/print-snmp.c b/usr.sbin/tcpdump/print-snmp.c
index 03da4781971..64a0f613c38 100644
--- a/usr.sbin/tcpdump/print-snmp.c
+++ b/usr.sbin/tcpdump/print-snmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-snmp.c,v 1.19 2015/11/16 00:16:39 mmcc Exp $ */
+/* $OpenBSD: print-snmp.c,v 1.20 2015/11/18 15:36:20 mmcc Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
@@ -58,9 +58,6 @@
#include <sys/time.h>
#include <ctype.h>
-#ifdef HAVE_MEMORY_H
-#include <memory.h>
-#endif
#include <stdio.h>
#include <string.h>