diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-08-26 17:39:37 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-08-26 17:39:37 +0000 |
commit | 5a72b6eda3bd6e028d085dd1d071558adc28e6ee (patch) | |
tree | 49a0df3831d2989001c030b315e51185c1e6b7d0 /usr.sbin/ppp/command.c | |
parent | 4a7a0661062423083736082cc0ac0ab2e35fdc39 (diff) | |
download | src-5a72b6eda3bd6e028d085dd1d071558adc28e6ee.tar.gz src-5a72b6eda3bd6e028d085dd1d071558adc28e6ee.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index d239967e562a..d4f98c17375f 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.159 1998/08/07 18:42:48 brian Exp $ + * $Id: command.c,v 1.160 1998/08/25 17:48:42 brian Exp $ * */ #include <sys/types.h> @@ -53,13 +53,13 @@ #include "iplist.h" #include "throughput.h" #include "slcompress.h" +#include "lqr.h" +#include "hdlc.h" #include "ipcp.h" #include "modem.h" #ifndef NOALIAS #include "alias_cmd.h" #endif -#include "lqr.h" -#include "hdlc.h" #include "systems.h" #include "filter.h" #include "descriptor.h" @@ -126,7 +126,7 @@ #define NEG_DNS 50 const char Version[] = "2.0"; -const char VersionDate[] = "$Date: 1998/08/07 18:42:48 $"; +const char VersionDate[] = "$Date: 1998/08/25 17:48:42 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |