Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 1998 16:17:15 -0700 (PDT)
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 alias_cmd.c command.c command.h datalink.c filter.c ipcp.c log.c mp.c prompt.c systems.c vars.c
Message-ID:  <199804142317.QAA14561@freefall.freebsd.org>

index | next in thread | raw e-mail

brian       1998/04/14 16:17:15 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         alias_cmd.c command.c command.h 
                         datalink.c filter.c ipcp.c log.c mp.c 
                         prompt.c systems.c vars.c 
  Log:
  Pass all command arguments around with struct cmdargs rather
  than incrementing argv and decrementing argc.  Now individual
  functions can determine their caller.  This also removes the
  "prefix" hack in FindExec().
  
  Revision  Changes    Path
  1.12.2.7  +9 -8      src/usr.sbin/ppp/alias_cmd.c
  1.131.2.60 +145 -116  src/usr.sbin/ppp/command.c
  1.12.2.10 +2 -1      src/usr.sbin/ppp/command.h
  1.1.2.37  +11 -11    src/usr.sbin/ppp/Attic/datalink.c
  1.22.2.15 +14 -13    src/usr.sbin/ppp/filter.c
  1.50.2.36 +7 -7      src/usr.sbin/ppp/ipcp.c
  1.25.2.8  +3 -3      src/usr.sbin/ppp/log.c
  1.1.2.3   +3 -3      src/usr.sbin/ppp/Attic/mp.c
  1.1.2.26  +4 -4      src/usr.sbin/ppp/Attic/prompt.c
  1.35.2.7  +3 -3      src/usr.sbin/ppp/systems.c
  1.45.2.27 +3 -3      src/usr.sbin/ppp/vars.c


help

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