aboutsummaryrefslogtreecommitdiff
path: root/security/scanssh/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-03-03 23:37:22 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-03-03 23:37:22 +0000
commit4bcd02edbf59c5714ccb694ada0986e6f99eb093 (patch)
treeb2002dfd44ece6b889dc229e0baea9049d41fe8a /security/scanssh/files
parent423e0fbe6eb6d0a0820a24d60c7cf95be1aa6a1d (diff)
Notes
Diffstat (limited to 'security/scanssh/files')
-rw-r--r--security/scanssh/files/patch-pcapu.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/scanssh/files/patch-pcapu.c b/security/scanssh/files/patch-pcapu.c
new file mode 100644
index 000000000000..2d2de113dc46
--- /dev/null
+++ b/security/scanssh/files/patch-pcapu.c
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- pcapu.c.orig Mon Mar 3 17:55:38 2003
++++ pcapu.c Mon Mar 3 17:56:03 2003
+@@ -47,8 +47,8 @@
+ #include "config.h"
+
+ struct phdr {
+- unsigned long saddr;
+- unsigned long daddr;
++ in_addr_t saddr;
++ in_addr_t daddr;
+ char zero;
+ unsigned char protocol;
+ unsigned short length;