aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bpft
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 01:20:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 01:20:09 +0000
commitca130e3e39422be8207b0f5c424c7e16421491fe (patch)
tree039e6fde1eb0b41eeb3a3edcd52ab3f426029e94 /net-mgmt/bpft
parent39991ec6ecd96d8e2a9e7b37cc3e613428fdf3ca (diff)
downloadports-ca130e3e39422be8207b0f5c424c7e16421491fe.tar.gz
ports-ca130e3e39422be8207b0f5c424c7e16421491fe.zip
Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21789
Diffstat (limited to 'net-mgmt/bpft')
-rw-r--r--net-mgmt/bpft/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/bpft/files/patch-ad b/net-mgmt/bpft/files/patch-ad
new file mode 100644
index 000000000000..938545f4f556
--- /dev/null
+++ b/net-mgmt/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>