aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-05-30 17:07:25 +0800
committermiwi <miwi@FreeBSD.org>2007-05-30 17:07:25 +0800
commit7e677a041bbd8fe485c975e61120cf7a6f0afe22 (patch)
tree5c63a791ab3374de0cb619b095abfc13bd744879
parentdca991ead2b52840f33050243dc6af9f3b901a11 (diff)
downloadfreebsd-ports-gnome-7e677a041bbd8fe485c975e61120cf7a6f0afe22.tar.gz
freebsd-ports-gnome-7e677a041bbd8fe485c975e61120cf7a6f0afe22.tar.zst
freebsd-ports-gnome-7e677a041bbd8fe485c975e61120cf7a6f0afe22.zip
- Fix build
PR: 113131 Submitted by: Paul Schmehl <pauls@utdallas.edu> Approved by: maintainer (kjc)
-rw-r--r--net/ttt/files/patch-net_read.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ttt/files/patch-net_read.c b/net/ttt/files/patch-net_read.c
new file mode 100644
index 000000000000..3f533b0b4732
--- /dev/null
+++ b/net/ttt/files/patch-net_read.c
@@ -0,0 +1,17 @@
+
+ Included patch fixes the problem
+
+--- patch-net_read.c begins here ---
+--- net_read.c.orig Tue May 29 11:16:23 2007
++++ net_read.c Tue May 29 11:16:48 2007
+@@ -58,6 +58,7 @@
+ #include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #include <net/if.h>
++#include <net/bpf.h>
+ #ifdef __OpenBSD__
+ #include <net/if_pflog.h>
+ #endif
+--- patch-net_read.c ends here ---
+
+