Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 06:03:52 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
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
Message-ID:  <200201161403.g0GE3qs10373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2002/01/16 06:03:52 PST

  Modified files:
    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:
  socket()s first argument should be a protocol family rather than an
  address family.
  
  Revision  Changes    Path
  1.44      +1 -1      src/usr.sbin/ppp/arp.c
  1.6       +1 -1      src/usr.sbin/ppp/atm.c
  1.31      +1 -1      src/usr.sbin/ppp/iface.c
  1.112     +2 -2      src/usr.sbin/ppp/ipcp.c
  1.49      +2 -2      src/usr.sbin/ppp/mp.c
  1.6       +2 -2      src/usr.sbin/ppp/probe.c
  1.85      +2 -2      src/usr.sbin/ppp/route.c
  1.40      +3 -3      src/usr.sbin/ppp/server.c
  1.15      +1 -1      src/usr.sbin/ppp/tcp.c
  1.26      +2 -2      src/usr.sbin/ppp/tun.c
  1.15      +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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201161403.g0GE3qs10373>