]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o De-staticise things that don't need to be static.
authorbrian <brian@FreeBSD.org>
Mon, 15 Jun 1998 19:06:58 +0000 (19:06 +0000)
committerbrian <brian@FreeBSD.org>
Mon, 15 Jun 1998 19:06:58 +0000 (19:06 +0000)
commit67efb0adddd5c04e645535e5454772d1da2b7105
tree31d8e8fa6ed4fbfe3381d37f32142615c81eec99
parent13defc3317e75eb1c300da13d71fcfca0afa9fea
o De-staticise things that don't need to be static.
o Bring the static ``ttystate'' into struct prompt so that
  the tilde context is per prompt and not global.
o Comment the remaining static variables so that it's
  clear why they're static.
o Add some XXX comments suggesting that our interface list
  and our hostname should be re-generated after a signal
  (say SIGUSR1) so that a machine with PCCARDs has a chance.
16 files changed:
usr.sbin/ppp/auth.c
usr.sbin/ppp/ccp.h
usr.sbin/ppp/chat.c
usr.sbin/ppp/deflate.c
usr.sbin/ppp/defs.c
usr.sbin/ppp/fsm.c
usr.sbin/ppp/ip.c
usr.sbin/ppp/iplist.c
usr.sbin/ppp/log.c
usr.sbin/ppp/main.c
usr.sbin/ppp/mp.c
usr.sbin/ppp/prompt.c
usr.sbin/ppp/prompt.h
usr.sbin/ppp/route.c
usr.sbin/ppp/timer.c
usr.sbin/ppp/vjcomp.c