summaryrefslogtreecommitdiff
path: root/net/netdude/files/patch-protocols-tcp::nd_tcb.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 09:52:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 09:52:50 +0000
commit95984d4c265dfb5b770b261882d3d08f1cfc3420 (patch)
tree5e3322a0dc9e51db9d59784cd34d1b1685c5ea26 /net/netdude/files/patch-protocols-tcp::nd_tcb.c
parentmake graphics/tosvcd compile on -current again (diff)
Make net/netdude compiling on -current again.
PR: ports/45538 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Notes
Notes: svn path=/head/; revision=70980
Diffstat (limited to 'net/netdude/files/patch-protocols-tcp::nd_tcb.c')
-rw-r--r--net/netdude/files/patch-protocols-tcp::nd_tcb.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/netdude/files/patch-protocols-tcp::nd_tcb.c b/net/netdude/files/patch-protocols-tcp::nd_tcb.c
new file mode 100644
index 000000000000..0f0049572921
--- /dev/null
+++ b/net/netdude/files/patch-protocols-tcp::nd_tcb.c
@@ -0,0 +1,19 @@
+--- protocols/tcp/nd_tcb.c.orig Sun Oct 13 21:42:08 2002
++++ protocols/tcp/nd_tcb.c Sun Oct 13 21:45:35 2002
+@@ -26,13 +26,15 @@
+ # include <config.h>
+ #endif
+
++#include <sys/types.h>
++#include <netinet/in_systm.h>
++#include <netinet/in.h>
+ #include <netinet/ip.h>
+
+ #include <string.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+-#include <sys/types.h>
+ #include <glib.h>
+
+ #include <netdude/nd.h>