summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-img.h
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-09 23:51:16 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-09 23:51:16 +0000
commit5a72e169c09722d11679308296226f79c80c9c91 (patch)
tree47bcb24f7a5d8aa32b2affea6780b3523b137006 /net-mgmt/driftnet/files/patch-img.h
parentUpdate to 2.0.12. (diff)
Add driftnet 0.1.4, a Tool to grab images out of (your) TCP
connections. PR: 35438 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=61012
Diffstat (limited to 'net-mgmt/driftnet/files/patch-img.h')
-rw-r--r--net-mgmt/driftnet/files/patch-img.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/driftnet/files/patch-img.h b/net-mgmt/driftnet/files/patch-img.h
new file mode 100644
index 000000000000..9d05f872be69
--- /dev/null
+++ b/net-mgmt/driftnet/files/patch-img.h
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- img.h.orig Tue Sep 11 11:34:56 2001
++++ img.h Fri Mar 1 00:01:34 2002
+@@ -12,7 +12,7 @@
+ #ifndef __IMG_H_ /* include guard */
+ #define __IMG_H_
+
+-#include <stdint.h>
++#include <sys/types.h>
+ #include <stdio.h>
+
+ typedef uint8_t chan;