Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 1997 01:29:21 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp arp.c auth.c ccp.c chap.c chap_ms.c chat.c command.c defs.c filter.c fsm.c hdlc.c ip.c ipcp.c iplist.c lcp.c log.c main.c modem.c os.c pap.c route.c server.c slcompress.c systems.c
Message-ID:  <199712240929.BAA16483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/12/24 01:29:21 PST

  Modified files:
    usr.sbin/ppp         arp.c auth.c ccp.c chap.c chap_ms.c 
                         chat.c command.c defs.c filter.c fsm.c 
                         hdlc.c ip.c ipcp.c iplist.c lcp.c log.c 
                         main.c modem.c os.c pap.c route.c 
                         server.c slcompress.c systems.c 
  Log:
  Cosmetic (style):
    sizeof(var) -> sizeof var
    sizeof type -> sizeof(type)
  
  Suggested by: J Wunsch <j@uriah.heep.sax.de>
  
  Revision  Changes    Path
  1.20      +7 -7      src/usr.sbin/ppp/arp.c
  1.25      +11 -11    src/usr.sbin/ppp/auth.c
  1.26      +4 -4      src/usr.sbin/ppp/ccp.c
  1.28      +4 -4      src/usr.sbin/ppp/chap.c
  1.4       +2 -2      src/usr.sbin/ppp/chap_ms.c
  1.42      +8 -8      src/usr.sbin/ppp/chat.c
  1.118     +23 -23    src/usr.sbin/ppp/command.c
  1.8       +3 -3      src/usr.sbin/ppp/defs.c
  1.21      +2 -2      src/usr.sbin/ppp/filter.c
  1.25      +4 -4      src/usr.sbin/ppp/fsm.c
  1.25      +3 -3      src/usr.sbin/ppp/hdlc.c
  1.33      +8 -7      src/usr.sbin/ppp/ip.c
  1.45      +15 -15    src/usr.sbin/ppp/ipcp.c
  1.4       +5 -5      src/usr.sbin/ppp/iplist.c
  1.51      +5 -5      src/usr.sbin/ppp/lcp.c
  1.24      +2 -2      src/usr.sbin/ppp/log.c
  1.111     +9 -7      src/usr.sbin/ppp/main.c
  1.71      +14 -14    src/usr.sbin/ppp/modem.c
  1.38      +13 -13    src/usr.sbin/ppp/os.c
  1.20      +4 -4      src/usr.sbin/ppp/pap.c
  1.35      +11 -11    src/usr.sbin/ppp/route.c
  1.15      +3 -3      src/usr.sbin/ppp/server.c
  1.15      +2 -2      src/usr.sbin/ppp/slcompress.c
  1.34      +3 -3      src/usr.sbin/ppp/systems.c



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