Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 13:12:00 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp bundle.c ccp.c command.c datalink.c filter.c hdlc.c iface.c ipcp.c ipv6cp.c lcp.c link.c main.c mbuf.c mp.c nat_cmd.c ncp.c physical.c prompt.h radius.c route.c server.c slcompress.c throughput.c timer.c
Message-ID:  <200208272012.g7RKC07e087329@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2002/08/27 13:12:00 PDT

  Modified files:
    usr.sbin/ppp         bundle.c ccp.c command.c datalink.c 
                         filter.c hdlc.c iface.c ipcp.c ipv6cp.c 
                         lcp.c link.c main.c mbuf.c mp.c nat_cmd.c 
                         ncp.c physical.c prompt.h radius.c 
                         route.c server.c slcompress.c 
                         throughput.c timer.c 
  Log:
  Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
  
  Suggested by: mike
  
  Revision  Changes    Path
  1.133     +1 -0      src/usr.sbin/ppp/bundle.c
  1.76      +1 -0      src/usr.sbin/ppp/ccp.c
  1.291     +1 -0      src/usr.sbin/ppp/command.c
  1.74      +1 -0      src/usr.sbin/ppp/datalink.c
  1.51      +1 -0      src/usr.sbin/ppp/filter.c
  1.49      +2 -1      src/usr.sbin/ppp/hdlc.c
  1.34      +1 -0      src/usr.sbin/ppp/iface.c
  1.116     +1 -0      src/usr.sbin/ppp/ipcp.c
  1.7       +1 -0      src/usr.sbin/ppp/ipv6cp.c
  1.105     +1 -0      src/usr.sbin/ppp/lcp.c
  1.19      +2 -1      src/usr.sbin/ppp/link.c
  1.190     +1 -0      src/usr.sbin/ppp/main.c
  1.44      +1 -0      src/usr.sbin/ppp/mbuf.c
  1.53      +2 -1      src/usr.sbin/ppp/mp.c
  1.59      +1 -0      src/usr.sbin/ppp/nat_cmd.c
  1.5       +1 -0      src/usr.sbin/ppp/ncp.c
  1.53      +1 -0      src/usr.sbin/ppp/physical.c
  1.10      +2 -5      src/usr.sbin/ppp/prompt.h
  1.39      +1 -0      src/usr.sbin/ppp/radius.c
  1.90      +1 -0      src/usr.sbin/ppp/route.c
  1.42      +1 -0      src/usr.sbin/ppp/server.c
  1.37      +1 -0      src/usr.sbin/ppp/slcompress.c
  1.18      +1 -0      src/usr.sbin/ppp/throughput.c
  1.47      +1 -0      src/usr.sbin/ppp/timer.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?200208272012.g7RKC07e087329>