diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-04-25 00:09:14 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-04-25 00:09:14 +0000 |
commit | 50abd4c8200a92057c2bee4cd44d7db4785f7f37 (patch) | |
tree | 861cd44f5a0eab51edcec626bbb77aabf5eaa9b1 /usr.sbin/ppp/lcp.c | |
parent | 93cc25862542bd31fa633559f42d5585cbbb57fa (diff) | |
download | src-50abd4c8200a92057c2bee4cd44d7db4785f7f37.tar.gz src-50abd4c8200a92057c2bee4cd44d7db4785f7f37.zip |
Make ``show ipcp'' prettier and remove a few redundant includes.
Notes
Notes:
svn path=/cvs2svn/branches/MP/; revision=35437
Diffstat (limited to 'usr.sbin/ppp/lcp.c')
-rw-r--r-- | usr.sbin/ppp/lcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 703fe1c3f96b..7e8ceda68a5a 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.55.2.46 1998/04/24 19:15:42 brian Exp $ + * $Id: lcp.c,v 1.55.2.47 1998/04/24 19:16:05 brian Exp $ * * TODO: * o Limit data field length by MRU @@ -58,7 +58,6 @@ #include "mp.h" #include "chat.h" #include "auth.h" -#include "pap.h" #include "chap.h" #include "datalink.h" #include "bundle.h" |