From owner-cvs-all Wed Jan 23 13:14:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E9B937B400; Wed, 23 Jan 2002 13:14:52 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0NLEqk47970; Wed, 23 Jan 2002 13:14:52 -0800 (PST) (envelope-from brian) Message-Id: <200201232114.g0NLEqk47970@freefall.freebsd.org> From: Brian Somers Date: Wed, 23 Jan 2002 13:14:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp arp.c atm.c iface.c ipcp.c mp.c probe.c route.c server.c tcp.c tun.c udp.c X-FreeBSD-CVS-Branch: NETGRAPH 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 brian 2002/01/23 13:14:51 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp arp.c atm.c iface.c ipcp.c mp.c probe.c route.c server.c tcp.c tun.c udp.c Log: MFC: socket()s first argument should be a protocol family rather than an address family. Revision Changes Path 1.38.2.6 +1 -1 src/usr.sbin/ppp/arp.c 1.2.2.5 +1 -1 src/usr.sbin/ppp/atm.c 1.15.2.16 +1 -1 src/usr.sbin/ppp/iface.c 1.100.2.12 +2 -2 src/usr.sbin/ppp/ipcp.c 1.42.2.7 +2 -2 src/usr.sbin/ppp/mp.c 1.3.4.3 +2 -2 src/usr.sbin/ppp/probe.c 1.68.2.16 +2 -2 src/usr.sbin/ppp/route.c 1.31.2.9 +3 -3 src/usr.sbin/ppp/server.c 1.11.2.5 +1 -1 src/usr.sbin/ppp/tcp.c 1.20.4.6 +2 -2 src/usr.sbin/ppp/tun.c 1.10.4.6 +1 -1 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message