freebsd-ports/security/fragroute/files/patch-tun.h
Thierry Thomas de76b197d9 Unbreak by removing duplicate typedef that is now provided by libdnet.
Since I'm there, pet portlint.

PR:		ports/78796
Submitted by:	Johan van Selst
2005-03-13 22:23:36 +00:00

17 lines
329 B
C

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);