diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /net/trafshow3/files/patch-ag | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'net/trafshow3/files/patch-ag')
-rw-r--r-- | net/trafshow3/files/patch-ag | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/trafshow3/files/patch-ag b/net/trafshow3/files/patch-ag deleted file mode 100644 index b4003dcf9649..000000000000 --- a/net/trafshow3/files/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ ---- util.c.orig Fri Sep 15 06:51:11 2000 -+++ util.c Thu Sep 21 14:35:33 2000 -@@ -129,6 +129,9 @@ - #ifdef IPPROTO_ENCAP - { "encap",IPPROTO_ENCAP}, - #endif -+#ifdef IPPROTO_IPV6 -+ { "ipv6", IPPROTO_IPV6}, -+#endif - { "ip", IPPROTO_IP }, - { "raw", IPPROTO_RAW }, - { NULL, -1 }, |