From owner-cvs-all Sun Nov 24 1:56:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AB537B401; Sun, 24 Nov 2002 01:56:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE9243E88; Sun, 24 Nov 2002 01:56:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAO9qomV053900; Sun, 24 Nov 2002 01:52:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAO9qo8q053899; Sun, 24 Nov 2002 01:52:50 -0800 (PST) Message-Id: <200211240952.gAO9qo8q053899@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 24 Nov 2002 01:52:50 -0800 (PST) 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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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