summaryrefslogtreecommitdiffstats
path: root/net/bpft/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-20 01:20:09 +0000
committersteve <steve@FreeBSD.org>1999-09-20 01:20:09 +0000
commitc5c76493db911a0788a18d8feed134b13799bbdf (patch)
tree994d628e0923cdb3fb27d9a8a6af720fb27501f7 /net/bpft/files
parentfb5dfc14c8dd4368faa359dee59b4b17fecad3a0 (diff)
downloadFreeBSD-ports-c5c76493db911a0788a18d8feed134b13799bbdf.zip
FreeBSD-ports-c5c76493db911a0788a18d8feed134b13799bbdf.tar.gz
Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.
Diffstat (limited to 'net/bpft/files')
-rw-r--r--net/bpft/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/bpft/files/patch-ad b/net/bpft/files/patch-ad
new file mode 100644
index 0000000..938545f
--- /dev/null
+++ b/net/bpft/files/patch-ad
@@ -0,0 +1,10 @@
+--- trafshow/show.c.orig Sun Sep 19 18:27:49 1999
++++ trafshow/show.c Sun Sep 19 18:28:03 1999
+@@ -15,6 +15,7 @@
+
+ static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *";
+
++#include <sys/types.h>
+ #include <curses.h>
+ #include <stdlib.h>
+ #include <string.h>
OpenPOWER on IntegriCloud