diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
commit | 606a572e11ab7ed23752deff0e6f037e2336a1df (patch) | |
tree | bed8b31ef05c6669d466b3df1f3871c311b6a0af /net/netdude/files/patch-protocols-udp::nd_udp.c | |
parent | Add libnetdude 0.6, (diff) |
- Update to 0.4.5
- Give maintainership to submitter
PR: ports/66198
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes
Notes:
svn path=/head/; revision=108344
Diffstat (limited to 'net/netdude/files/patch-protocols-udp::nd_udp.c')
-rw-r--r-- | net/netdude/files/patch-protocols-udp::nd_udp.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/netdude/files/patch-protocols-udp::nd_udp.c b/net/netdude/files/patch-protocols-udp::nd_udp.c deleted file mode 100644 index c0d9fe5c2acd..000000000000 --- a/net/netdude/files/patch-protocols-udp::nd_udp.c +++ /dev/null @@ -1,13 +0,0 @@ ---- protocols/udp/nd_udp.c.orig Sun Oct 13 21:47:40 2002 -+++ protocols/udp/nd_udp.c Sun Oct 13 21:49:50 2002 -@@ -26,6 +26,10 @@ - # include <config.h> - #endif - -+#include <sys/types.h> -+#include <netinet/in_systm.h> -+#include <netinet/in.h> -+#include <netinet/ip_var.h> - #include <netinet/ip.h> - - #include <netdude/nd_debug.h> |