summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-dlsof.h
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-04-23 23:08:33 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-04-23 23:08:33 +0000
commit9377ac3ac3548bec302708e7410b99954f902ba4 (patch)
tree1d281857ec9ce06b335e4785fab11572068c6bbe /sysutils/lsof/files/patch-dlsof.h
parentRemove http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ as it (diff)
sysutils/lsof: upgrade to 4.90K, integrate our local patch upstream
Obtained from: Vic Abell <vabell@lsof.comcastbiz.net> Differential Revision: https://reviews.freebsd.org/D10474
Notes
Notes: svn path=/head/; revision=439263
Diffstat (limited to 'sysutils/lsof/files/patch-dlsof.h')
-rw-r--r--sysutils/lsof/files/patch-dlsof.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/lsof/files/patch-dlsof.h b/sysutils/lsof/files/patch-dlsof.h
deleted file mode 100644
index 1f18dac34ac9..000000000000
--- a/sysutils/lsof/files/patch-dlsof.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- dialects/freebsd/dlsof.h.orig 2017-01-14 23:50:37.000000000 -0800
-+++ dialects/freebsd/dlsof.h 2017-03-22 00:12:47.309579000 -0700
-@@ -154,12 +154,14 @@
- #include <netinet/in_systm.h>
- #include <netinet/ip.h>
- #include <net/route.h>
-+#define _WANT_INPCB
- #include <netinet/in_pcb.h>
- #include <netinet/ip_var.h>
- #include <netinet/tcp.h>
- #include <netinet/tcpip.h>
- #include <netinet/tcp_fsm.h>
- #include <netinet/tcp_timer.h>
-+#define _WANT_TCPCB
- #include <netinet/tcp_var.h>
- #include <sys/ucred.h>
- #include <sys/uio.h>