diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-08-07 18:42:51 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-08-07 18:42:51 +0000 |
commit | 92b095588304eafcb4ba45699fe8afec726b5969 (patch) | |
tree | 7217f8f852683901c7ff02f5f3bc415a204b21b8 /usr.sbin/ppp/vjcomp.c | |
parent | 757571642a6556071fad4c5d3b72b8b8e14c13d0 (diff) | |
download | src-92b095588304eafcb4ba45699fe8afec726b5969.tar.gz src-92b095588304eafcb4ba45699fe8afec726b5969.zip |
o Support callback types NONE, E.164, AUTH and CBCP.
(see the new ``set callback'' and ``set cbcp'' commands)
o Add a ``cbcp'' log level and mbuf type.
o Don't dump core when \T is given in ``set login'' or
``set hangup''.
o Allow ``*'' and blanks as placeholders in ppp.secret and
allow a fifth field for specifying auth/cbcp dialback
parameters.
o Remove a few extraneous #includes
o Define the default number of REQs (restart counter) in defs.h
rather than hardcoding ``5'' all over the place.
o Fix a few man page inconsistencies.
Notes
Notes:
svn path=/head/; revision=38174
Diffstat (limited to 'usr.sbin/ppp/vjcomp.c')
-rw-r--r-- | usr.sbin/ppp/vjcomp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index 79dca0970a3e..ba1ef1be2c47 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vjcomp.c,v 1.20 1998/06/16 19:40:42 brian Exp $ + * $Id: vjcomp.c,v 1.21 1998/06/27 23:48:54 brian Exp $ * * TODO: */ @@ -28,7 +28,6 @@ #include <sys/un.h> #include <stdio.h> -#include <string.h> #include "mbuf.h" #include "log.h" |