aboutsummaryrefslogtreecommitdiff
path: root/security/fragroute/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-03-13 22:23:36 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-03-13 22:23:36 +0000
commitde76b197d9b9281cc13b8ca14d8d4b580d0850f8 (patch)
tree0f1b93349aa958f28f460d4bfea60e5833486223 /security/fragroute/files
parent0fc8c612fe5dd3dd0542b51a94d2c4ca187f8521 (diff)
Notes
Diffstat (limited to 'security/fragroute/files')
-rw-r--r--security/fragroute/files/patch-tun.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/fragroute/files/patch-tun.h b/security/fragroute/files/patch-tun.h
new file mode 100644
index 000000000000..40fa1356c4d0
--- /dev/null
+++ b/security/fragroute/files/patch-tun.h
@@ -0,0 +1,17 @@
+
+
+
+ Include patch below as files/patch-tun.h
+
+--- tun.h.orig Sun Mar 13 18:32:16 2005
++++ tun.h Sun Mar 13 18:32:06 2005
+@@ -9,8 +9,6 @@
+ #ifndef TUN_H
+ #define TUN_H
+
+-typedef struct tun tun_t;
+-
+ typedef void (*tun_handler)(void *buf, size_t len, void *arg);
+
+ tun_t *tun_open(struct addr *src, struct addr *dst, int mtu);
+