aboutsummaryrefslogtreecommitdiffstats
path: root/security/firewalk/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-09-15 19:14:54 +0800
committervs <vs@FreeBSD.org>2005-09-15 19:14:54 +0800
commit23ae969887dc132df7b0caaa28113d0e54b4481f (patch)
treecbaf9543212253fab6efde814e454faa1a3dbd8e /security/firewalk/files
parentfd9f0dd187875aaaa95cdabc54450136b6e13551 (diff)
downloadfreebsd-ports-gnome-23ae969887dc132df7b0caaa28113d0e54b4481f.tar.gz
freebsd-ports-gnome-23ae969887dc132df7b0caaa28113d0e54b4481f.tar.zst
freebsd-ports-gnome-23ae969887dc132df7b0caaa28113d0e54b4481f.zip
- Firewalk port really depends on net/libnet-devel, but the check can be satisfied by net/libnet.
- BIOCIMMEDIATE is undefined in some cases. PR: ports/86132 Submitted by: Michael Scheidell via maintainer
Diffstat (limited to 'security/firewalk/files')
-rw-r--r--security/firewalk/files/patch-include:firewalk.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/firewalk/files/patch-include:firewalk.h b/security/firewalk/files/patch-include:firewalk.h
new file mode 100644
index 000000000000..3926e4c8cb50
--- /dev/null
+++ b/security/firewalk/files/patch-include:firewalk.h
@@ -0,0 +1,13 @@
+--- include/firewalk.h.orig Wed Sep 14 19:19:27 2005
++++ include/firewalk.h Wed Sep 14 19:20:37 2005
+@@ -41,6 +41,10 @@
+ #include <dnet.h>
+ #include <libnet.h>
+
++#ifndef BIOCIMMEDIATE
++#define BIOCIMMEDIATE _IOW('B',112,u_int)
++#endif
++
+ #define FW_BANNER "Firewalk (c) 2002 Mike D. Schiffman \
+ <mike@infonexus.com>\nhttp://www.packetfactory.net/firewalk\n\
+ for more information.\n"