Date: Sun, 24 Nov 2002 01:52:50 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netdude/files patch-nd.h patch-nd_arp.c patch-nd_arp.h patch-nd_ether.c patch-nd_ether_callbacks.c patch-nd_fddi.h patch-nd_fddi_callbacks.c patch-nd_icmp.c patch-nd_icmp.h patch-nd_icmp_callbacks.c patch-nd_ip.c ... Message-ID: <200211240952.gAO9qo8q053899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2002/11/24 01:52:50 PST Added files: net/netdude/files patch-protocols-arp::nd_arp.c patch-protocols-arp::nd_arp.h patch-protocols-ether::nd_ether.c patch-protocols-ether::nd_ether_callbacks.c patch-protocols-fddi::nd_fddi_callbacks.c patch-protocols-icmp::nd_icmp.c patch-protocols-icmp::nd_icmp.h patch-protocols-icmp::nd_icmp_callbacks.c patch-protocols-ip::nd_ip.c patch-protocols-ip::nd_ip_callbacks.c patch-protocols-snap::nd_snap.c patch-protocols-tcp::nd_tcb.c patch-protocols-udp::nd_udp.c patch-src::nd.h patch-src::nd_misc.c patch-src::nd_misc.h patch-src::nd_protocol.c Removed files: net/netdude/files patch-nd.h patch-nd_arp.c patch-nd_arp.h patch-nd_ether.c patch-nd_ether_callbacks.c patch-nd_fddi.h patch-nd_fddi_callbacks.c patch-nd_icmp.c patch-nd_icmp.h patch-nd_icmp_callbacks.c patch-nd_ip.c patch-nd_ip_callbacks.c patch-nd_misc.c patch-nd_misc.h patch-nd_snap.c patch-nd_tcb.c patch-nd_udp.c Log: Make net/netdude compiling on -current again. PR: ports/45538 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> Revision Changes Path 1.2 +0 -10 ports/net/netdude/files/patch-nd.h (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_arp.c (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_arp.h (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_ether.c (dead) 1.2 +0 -28 ports/net/netdude/files/patch-nd_ether_callbacks.c (dead) 1.2 +0 -11 ports/net/netdude/files/patch-nd_fddi.h (dead) 1.2 +0 -29 ports/net/netdude/files/patch-nd_fddi_callbacks.c (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_icmp.c (dead) 1.2 +0 -49 ports/net/netdude/files/patch-nd_icmp.h (dead) 1.2 +0 -179 ports/net/netdude/files/patch-nd_icmp_callbacks.c (dead) 1.2 +0 -11 ports/net/netdude/files/patch-nd_ip.c (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_ip_callbacks.c (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_misc.c (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_misc.h (dead) 1.2 +0 -10 ports/net/netdude/files/patch-nd_snap.c (dead) 1.2 +0 -19 ports/net/netdude/files/patch-nd_tcb.c (dead) 1.2 +0 -13 ports/net/netdude/files/patch-nd_udp.c (dead) 1.1 +10 -0 ports/net/netdude/files/patch-protocols-arp::nd_arp.c (new) 1.1 +11 -0 ports/net/netdude/files/patch-protocols-arp::nd_arp.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-protocols-ether::nd_ether.c (new) 1.1 +28 -0 ports/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c (new) 1.1 +12 -0 ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c (new) 1.1 +49 -0 ports/net/netdude/files/patch-protocols-icmp::nd_icmp.h (new) 1.1 +179 -0 ports/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c (new) 1.1 +11 -0 ports/net/netdude/files/patch-protocols-ip::nd_ip.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-protocols-snap::nd_snap.c (new) 1.1 +19 -0 ports/net/netdude/files/patch-protocols-tcp::nd_tcb.c (new) 1.1 +13 -0 ports/net/netdude/files/patch-protocols-udp::nd_udp.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-src::nd.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-src::nd_misc.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-src::nd_misc.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-src::nd_protocol.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211240952.gAO9qo8q053899>