summaryrefslogtreecommitdiff
path: root/net/netdude/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/netdude/files')
-rw-r--r--net/netdude/files/patch-Makefile.in11
-rw-r--r--net/netdude/files/patch-Makfile.in11
-rw-r--r--net/netdude/files/patch-protocols-arp::nd_arp.c10
-rw-r--r--net/netdude/files/patch-protocols-arp::nd_arp.h11
-rw-r--r--net/netdude/files/patch-protocols-ether::nd_ether.c10
-rw-r--r--net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c28
-rw-r--r--net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c12
-rw-r--r--net/netdude/files/patch-protocols-icmp::nd_icmp.c10
-rw-r--r--net/netdude/files/patch-protocols-icmp::nd_icmp.h49
-rw-r--r--net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c179
-rw-r--r--net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c10
-rw-r--r--net/netdude/files/patch-protocols-snap::nd_snap.c10
-rw-r--r--net/netdude/files/patch-protocols-tcp::nd_tcb.c19
-rw-r--r--net/netdude/files/patch-protocols-udp::nd_udp.c13
-rw-r--r--net/netdude/files/patch-src::Makefile.in19
-rw-r--r--net/netdude/files/patch-src::nd.h10
-rw-r--r--net/netdude/files/patch-src::nd_misc.c10
-rw-r--r--net/netdude/files/patch-src::nd_misc.h10
-rw-r--r--net/netdude/files/patch-src::nd_protocol.c10
-rw-r--r--net/netdude/files/protocols-fddi::nd_fddi.h.patch11
20 files changed, 21 insertions, 432 deletions
diff --git a/net/netdude/files/patch-Makefile.in b/net/netdude/files/patch-Makefile.in
new file mode 100644
index 000000000000..1a2732ba325b
--- /dev/null
+++ b/net/netdude/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Feb 4 13:46:55 2004
++++ Makefile.in Wed Feb 4 13:47:24 2004
+@@ -116,7 +116,7 @@
+ lndtool = @lndtool@
+ version_major = @version_major@
+ version_minor = @version_minor@
+-SUBDIRS = libltdl src plugins protocols intl po pixmaps doc m4
++SUBDIRS = src plugins protocols intl po pixmaps doc m4
+
+ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
+ config.h.in config.sub configure install-sh \
diff --git a/net/netdude/files/patch-Makfile.in b/net/netdude/files/patch-Makfile.in
deleted file mode 100644
index fafa3cff2e56..000000000000
--- a/net/netdude/files/patch-Makfile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Oct 11 23:49:30 2002
-+++ Makefile.in Fri Oct 11 23:49:41 2002
-@@ -106,7 +106,7 @@
- install_sh = @install_sh@
- td = @td@
-
--SUBDIRS = libltdl src plugins protocols intl po pixmaps doc
-+SUBDIRS = src plugins protocols intl po pixmaps doc
-
- MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
- config.h.in config.sub configure install-sh \
diff --git a/net/netdude/files/patch-protocols-arp::nd_arp.c b/net/netdude/files/patch-protocols-arp::nd_arp.c
deleted file mode 100644
index d927d6c81bf7..000000000000
--- a/net/netdude/files/patch-protocols-arp::nd_arp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocols/arp/nd_arp.c.orig Sat Oct 12 00:15:36 2002
-+++ protocols/arp/nd_arp.c Sat Oct 12 00:15:47 2002
-@@ -23,6 +23,7 @@
-
- */
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/net/netdude/files/patch-protocols-arp::nd_arp.h b/net/netdude/files/patch-protocols-arp::nd_arp.h
deleted file mode 100644
index f35421e24833..000000000000
--- a/net/netdude/files/patch-protocols-arp::nd_arp.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- protocols/arp/nd_arp.h.orig Wed Nov 20 20:57:00 2002
-+++ protocols/arp/nd_arp.h Wed Nov 20 20:57:26 2002
-@@ -26,6 +26,8 @@
- #ifndef __nd_arp_h
- #define __nd_arp_h
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <net/ethernet.h>
- #include <net/if_arp.h>
-
diff --git a/net/netdude/files/patch-protocols-ether::nd_ether.c b/net/netdude/files/patch-protocols-ether::nd_ether.c
deleted file mode 100644
index 8b73bdc5fde1..000000000000
--- a/net/netdude/files/patch-protocols-ether::nd_ether.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocols/ether/nd_ether.c.orig Sat Oct 12 00:18:53 2002
-+++ protocols/ether/nd_ether.c Sat Oct 12 00:19:07 2002
-@@ -23,6 +23,7 @@
-
- */
-
-+#include <sys/types.h>
- #include <net/ethernet.h>
-
- #include <netdude/nd_debug.h>
diff --git a/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c b/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c
deleted file mode 100644
index 988c81609f4f..000000000000
--- a/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- protocols/ether/nd_ether_callbacks.c.orig Sat Oct 12 00:20:26 2002
-+++ protocols/ether/nd_ether_callbacks.c Sat Oct 12 00:23:48 2002
-@@ -22,6 +22,7 @@
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- */
-+#include <sys/types.h>
- #include <net/ethernet.h>
- #include <netdude/nd.h>
- #include <netdude/nd_debug.h>
-@@ -54,7 +55,7 @@
- if (!eh)
- continue;
-
-- memcpy(eh->ether_shost, address, ETH_ALEN);
-+ memcpy(eh->ether_shost, address, ETHER_ADDR_LEN);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -84,7 +85,7 @@
- if (!eh)
- continue;
-
-- memcpy(eh->ether_dhost, address, ETH_ALEN);
-+ memcpy(eh->ether_dhost, address, ETHER_ADDR_LEN);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
diff --git a/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c b/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c
deleted file mode 100644
index a54de196327f..000000000000
--- a/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- protocols/fddi/nd_fddi_callbacks.c.orig Wed Nov 20 21:37:07 2002
-+++ protocols/fddi/nd_fddi_callbacks.c Wed Nov 20 21:38:04 2002
-@@ -22,7 +22,8 @@
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- */
-+#include <sys/types.h>
--#include <netinet/if_fddi.h>
-+#define FDDI_K_ALEN 6
-
- #include <netdude/nd_debug.h>
- #include <netdude/nd_macros.h>
diff --git a/net/netdude/files/patch-protocols-icmp::nd_icmp.c b/net/netdude/files/patch-protocols-icmp::nd_icmp.c
deleted file mode 100644
index befb45bd440e..000000000000
--- a/net/netdude/files/patch-protocols-icmp::nd_icmp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocols/icmp/nd_icmp.c.orig Fri Sep 20 02:41:19 2002
-+++ protocols/icmp/nd_icmp.c Sun Oct 13 12:00:17 2002
-@@ -22,6 +22,7 @@
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- */
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/net/netdude/files/patch-protocols-icmp::nd_icmp.h b/net/netdude/files/patch-protocols-icmp::nd_icmp.h
deleted file mode 100644
index 5bd94fbb41ca..000000000000
--- a/net/netdude/files/patch-protocols-icmp::nd_icmp.h
+++ /dev/null
@@ -1,49 +0,0 @@
---- protocols/icmp/nd_icmp.h.orig Sun Oct 13 12:45:27 2002
-+++ protocols/icmp/nd_icmp.h Sun Oct 13 12:45:40 2002
-@@ -30,8 +30,46 @@
- #include <netdude/nd_types.h>
-
- #include <netinet/in.h>
-+#include <netinet/ip.h>
- #include <netinet/ip_icmp.h>
-
-+#ifdef __FreeBSD__
-+#define ICMP_DEST_UNREACH ICMP_UNREACH
-+#define ICMP_SOURCE_QUENCH ICMP_SOURCEQUENCH
-+#define ICMP_TIME_EXCEEDED ICMP_TIMXCEED
-+#define ICMP_PARAMETERPROB ICMP_PARAMPROB
-+#define ICMP_TIMESTAMP ICMP_TSTAMP
-+#define ICMP_TIMESTAMPREPLY ICMP_TSTAMPREPLY
-+#define ICMP_INFO_REQUEST ICMP_IREQ
-+#define ICMP_INFO_REPLY ICMP_IREQREPLY
-+#define ICMP_ADDRESS ICMP_MASKREQ
-+#define ICMP_ADDRESSREPLY ICMP_MASKREPLY
-+
-+#define ICMP_NET_UNREACH ICMP_UNREACH_NET
-+#define ICMP_HOST_UNREACH ICMP_UNREACH_HOST
-+#define ICMP_PROT_UNREACH ICMP_UNREACH_PROTOCOL
-+#define ICMP_PORT_UNREACH ICMP_UNREACH_PORT
-+#define ICMP_FRAG_NEEDED ICMP_UNREACH_NEEDFRAG
-+#define ICMP_SR_FAILED ICMP_UNREACH_SRCFAIL
-+#define ICMP_NET_UNKNOWN ICMP_UNREACH_NET_UNKNOWN
-+#define ICMP_HOST_UNKNOWN ICMP_UNREACH_HOST_UNKNOWN
-+#define ICMP_HOST_ISOLATED ICMP_UNREACH_ISOLATED
-+#define ICMP_NET_ANO ICMP_UNREACH_NET_PROHIB
-+#define ICMP_HOST_ANO ICMP_UNREACH_HOST_PROHIB
-+#define ICMP_NET_UNR_TOS ICMP_UNREACH_TOSNET
-+#define ICMP_HOST_UNR_TOS ICMP_UNREACH_TOSHOST
-+#define ICMP_PKT_FILTERED ICMP_UNREACH_FILTER_PROHIB
-+#define ICMP_PREC_VIOLATION ICMP_UNREACH_HOST_PRECEDENCE
-+#define ICMP_PREC_CUTOFF ICMP_UNREACH_PRECEDENCE_CUTOFF
-+
-+#define ICMP_REDIR_NET ICMP_REDIRECT_NET
-+#define ICMP_REDIR_HOST ICMP_REDIRECT_HOST
-+#define ICMP_REDIR_NETTOS ICMP_REDIRECT_TOSNET
-+#define ICMP_REDIR_HOSTTOS ICMP_REDIRECT_TOSHOST
-+
-+#define ICMP_EXC_TTL ICMP_TIMXCEED_INTRANS
-+#define ICMP_EXC_FRAGTIME ICMP_TIMXCEED_REASS
-+#endif
-
- /* ICMP packet structure -- using our own for the funky stuff ... */
-
diff --git a/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c b/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c
deleted file mode 100644
index 12dbee0cbf4d..000000000000
--- a/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c
+++ /dev/null
@@ -1,179 +0,0 @@
---- protocols/icmp/nd_icmp_callbacks.c.orig Fri Sep 20 02:40:51 2002
-+++ protocols/icmp/nd_icmp_callbacks.c Sun Oct 13 20:52:27 2002
-@@ -63,7 +63,7 @@
-
- struct icmphdr *icmphdr = (struct icmphdr *) header;
-
-- switch (icmphdr->type)
-+ switch (icmphdr->icmp_type)
- {
- case ICMP_DEST_UNREACH:
- if (!unreach_menu)
-@@ -82,7 +82,7 @@
-
- nd_dialog_number(_("Enter ICMP code:"),
- ND_BASE_DEC,
-- icmphdr->code,
-+ icmphdr->icmp_code,
- 255,
- (ND_NumberCallback) nd_icmp_code_value_cb,
- NULL,
-@@ -107,7 +107,7 @@
- if (!icmphdr)
- continue;
-
-- icmphdr->checksum = htons(value);
-+ icmphdr->icmp_cksum = htons(value);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -125,7 +125,7 @@
-
- nd_dialog_number(_("Enter ICMP checksum:"),
- ND_BASE_HEX,
-- ntohs(icmphdr->checksum), 65535,
-+ ntohs(icmphdr->icmp_cksum), 65535,
- icmp_sum_ok_cb,
- NULL,
- packet, data);
-@@ -145,7 +145,7 @@
- if (!icmphdr)
- continue;
-
-- switch (icmphdr->type)
-+ switch (icmphdr->icmp_type)
- {
- case ICMP_ECHO:
- case ICMP_ECHOREPLY:
-@@ -161,7 +161,7 @@
- continue;
- }
-
-- icmphdr->un.echo.id = htons(value);
-+ icmphdr->icmp_id = htons(value);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -179,7 +179,7 @@
-
- nd_dialog_number(_("Enter ICMP identifier:"),
- ND_BASE_DEC,
-- ntohs(icmphdr->un.echo.id),
-+ ntohs(icmphdr->icmp_id),
- 65535,
- (ND_NumberCallback) icmp_id_ok_cb,
- NULL,
-@@ -202,7 +202,7 @@
- if (!icmphdr)
- continue;
-
-- switch (icmphdr->type)
-+ switch (icmphdr->icmp_type)
- {
- case ICMP_ECHO:
- case ICMP_ECHOREPLY:
-@@ -218,7 +218,7 @@
- continue;
- }
-
-- icmphdr->un.echo.sequence = htons(value);
-+ icmphdr->icmp_seq = htons(value);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -236,7 +236,7 @@
-
- nd_dialog_number(_("Enter ICMP sequence number:"),
- ND_BASE_DEC,
-- ntohs(icmphdr->un.echo.sequence),
-+ ntohs(icmphdr->icmp_seq),
- 65535,
- (ND_NumberCallback) icmp_seq_ok_cb,
- NULL,
-@@ -425,7 +425,7 @@
- if (!icmphdr)
- continue;
-
-- icmphdr->un.gateway = htonl(value);
-+ icmphdr->icmp_gwaddr.s_addr = htonl(value);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -441,12 +441,12 @@
- {
- struct icmphdr *icmphdr = (struct icmphdr *) header;
-
-- if (!nd_icmp_header_is_error(icmphdr) && icmphdr->type != 10)
-+ if (!nd_icmp_header_is_error(icmphdr) && icmphdr->icmp_type != 10)
- return;
-
- nd_dialog_number(_("Enter 32-bit ICMP data:"),
- ND_BASE_DEC,
-- ntohl(icmphdr->un.gateway), (guint) -1,
-+ ntohl(icmphdr->icmp_gwaddr.s_addr), (guint) -1,
- icmp_error_ok_cb,
- NULL, packet, data);
- }
-@@ -589,7 +589,7 @@
- continue;
-
- icmphdr = (struct icmphdr *) data;
-- if (icmphdr->type != 9)
-+ if (icmphdr->icmp_type != 9)
- continue;
-
- memcpy(data + 8 + entry_num * 8, address, sizeof(guchar) * 4);
-@@ -634,7 +634,7 @@
- continue;
-
- icmphdr = (struct icmphdr *) data;
-- if (icmphdr->type != 9)
-+ if (icmphdr->icmp_type != 9)
- continue;
-
- memcpy(data + 12 + entry_num * 8, &val, sizeof(guint32));
-@@ -684,7 +684,7 @@
- if (!icmphdr)
- continue;
-
-- icmphdr->type = value;
-+ icmphdr->icmp_type = value;
- nd_packet_init(packet);
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-@@ -703,7 +703,7 @@
-
- nd_dialog_number(_("Enter ICMP type:"),
- ND_BASE_DEC,
-- icmphdr->type,
-+ icmphdr->icmp_type,
- 255,
- (ND_NumberCallback) nd_icmp_type_value_cb,
- NULL,
-@@ -728,7 +728,7 @@
- if (!icmphdr)
- continue;
-
-- icmphdr->code = value;
-+ icmphdr->icmp_code = value;
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
-
-@@ -746,7 +746,7 @@
-
- nd_dialog_number(_("Enter ICMP code:"),
- ND_BASE_DEC,
-- icmphdr->code,
-+ icmphdr->icmp_code,
- 255,
- (ND_NumberCallback) nd_icmp_code_value_cb,
- NULL,
-@@ -774,7 +774,7 @@
-
- if (!nd_icmp_csum_correct(nd_pit_get(&pit), &correct_sum))
- {
-- icmphdr->checksum = correct_sum;
-+ icmphdr->icmp_cksum = correct_sum;
- nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit));
- }
- }
diff --git a/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c b/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c
deleted file mode 100644
index 8b3078ad95ba..000000000000
--- a/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocols/ip/nd_ip_callbacks.c.orig Sun Oct 13 21:35:01 2002
-+++ protocols/ip/nd_ip_callbacks.c Sun Oct 13 21:35:31 2002
-@@ -26,6 +26,7 @@
- #ifdef LINUX
- #define __FAVOR_BSD
- #endif
-+#include <sys/types.h>
- #include <netinet/in_systm.h>
- #include <netinet/in.h>
- #include <netinet/ip.h>
diff --git a/net/netdude/files/patch-protocols-snap::nd_snap.c b/net/netdude/files/patch-protocols-snap::nd_snap.c
deleted file mode 100644
index 2253d80aff71..000000000000
--- a/net/netdude/files/patch-protocols-snap::nd_snap.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocols/snap/nd_snap.c.orig Sun Oct 13 21:40:25 2002
-+++ protocols/snap/nd_snap.c Sun Oct 13 21:41:10 2002
-@@ -26,6 +26,7 @@
- # include <config.h>
- #endif
-
-+#include <sys/types.h>
- #include <net/ethernet.h>
-
- #include <netdude/nd_debug.h>
diff --git a/net/netdude/files/patch-protocols-tcp::nd_tcb.c b/net/netdude/files/patch-protocols-tcp::nd_tcb.c
deleted file mode 100644
index 0f0049572921..000000000000
--- a/net/netdude/files/patch-protocols-tcp::nd_tcb.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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>
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>
diff --git a/net/netdude/files/patch-src::Makefile.in b/net/netdude/files/patch-src::Makefile.in
index fc8cadaee609..1318012f46e2 100644
--- a/net/netdude/files/patch-src::Makefile.in
+++ b/net/netdude/files/patch-src::Makefile.in
@@ -1,17 +1,18 @@
---- src/Makefile.in.orig Sat Oct 12 00:09:46 2002
-+++ src/Makefile.in Sat Oct 12 00:10:15 2002
-@@ -177,7 +177,7 @@
+--- src/Makefile.in.orig Sun Jan 25 21:02:59 2004
++++ src/Makefile.in Sun Jan 25 21:03:36 2004
+@@ -196,8 +196,7 @@
gtkhex.c gtkhex.h
--netdude_LDADD = $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @glib_libs@
-+netdude_LDADD = @gtk_libs@ @glib_libs@
+-netdude_LDADD = \
+- $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @LIBNETDUDE_LIBS@
++netdude_LDADD = @gtk_libs@ @LIBNETDUDE_LIBS@
+
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
-@@ -197,7 +197,6 @@
- nd_trace_registry.$(OBJEXT) callbacks.$(OBJEXT) \
- interface.$(OBJEXT) support.$(OBJEXT) gtkhex.$(OBJEXT)
+@@ -218,7 +217,6 @@
+ callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \
+ gtkhex.$(OBJEXT)
netdude_OBJECTS = $(am_netdude_OBJECTS)
-netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la
netdude_LDFLAGS =
diff --git a/net/netdude/files/patch-src::nd.h b/net/netdude/files/patch-src::nd.h
deleted file mode 100644
index 9d7931cfcd61..000000000000
--- a/net/netdude/files/patch-src::nd.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/nd.h.orig Sat Oct 12 00:03:36 2002
-+++ src/nd.h Sat Oct 12 00:03:59 2002
-@@ -31,6 +31,7 @@
- #ifdef LINUX
- #define __FAVOR_BSD
- #endif
-+#include <sys/types.h>
- #include <netinet/in_systm.h>
- #include <netinet/in.h>
-
diff --git a/net/netdude/files/patch-src::nd_misc.c b/net/netdude/files/patch-src::nd_misc.c
deleted file mode 100644
index 2390944cbb74..000000000000
--- a/net/netdude/files/patch-src::nd_misc.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/nd_misc.c.orig Sat Oct 12 00:00:02 2002
-+++ src/nd_misc.c Sat Oct 12 00:00:19 2002
-@@ -37,6 +37,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/ioctl.h>
-+#include <sys/socket.h>
- #include <net/if.h>
-
- #include <netdude/nd.h>
diff --git a/net/netdude/files/patch-src::nd_misc.h b/net/netdude/files/patch-src::nd_misc.h
deleted file mode 100644
index 03d35836faff..000000000000
--- a/net/netdude/files/patch-src::nd_misc.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/nd_misc.h.orig Fri Oct 11 23:55:05 2002
-+++ src/nd_misc.h Fri Oct 11 23:55:41 2002
-@@ -27,6 +27,7 @@
- #define __nd_misc_h
-
- #include <stdlib.h>
-+#include <sys/socket.h>
- #include <net/if.h>
- #include <gtk/gtk.h>
- #include <netdude/nd_protocol.h>
diff --git a/net/netdude/files/patch-src::nd_protocol.c b/net/netdude/files/patch-src::nd_protocol.c
deleted file mode 100644
index 1b07f7b17466..000000000000
--- a/net/netdude/files/patch-src::nd_protocol.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/nd_protocol.c.orig Wed Nov 20 20:13:36 2002
-+++ src/nd_protocol.c Wed Nov 20 20:14:20 2002
-@@ -26,6 +26,7 @@
- # include <config.h>
- #endif
-
-+#include <sys/types.h>
- #include <netinet/in.h>
-
- #include <netdude/nd.h>
diff --git a/net/netdude/files/protocols-fddi::nd_fddi.h.patch b/net/netdude/files/protocols-fddi::nd_fddi.h.patch
deleted file mode 100644
index 33915ad993cc..000000000000
--- a/net/netdude/files/protocols-fddi::nd_fddi.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- protocols/fddi/nd_fddi.h.orig Tue May 13 10:34:37 2003
-+++ protocols/fddi/nd_fddi.h Tue May 13 10:40:53 2003
-@@ -26,7 +26,7 @@
- #ifndef __nd_fddi_h
- #define __nd_fddi_h
-
--#include <netinet/if_fddi.h>
-+#include <net/fddi.h>
-
- #include <netdude/nd_gettext.h>
- #include <netdude/nd_packet.h>