summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vars.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/vars.c')
-rw-r--r--usr.sbin/ppp/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c
index c984d12..ef5c796 100644
--- a/usr.sbin/ppp/vars.c
+++ b/usr.sbin/ppp/vars.c
@@ -17,8 +17,8 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id:$
- *
+ * $Id: vars.c,v 1.2 1995/02/26 12:18:05 amurai Exp $
+ *
*/
#include "fsm.h"
#include "command.h"
@@ -46,7 +46,7 @@ struct confdesc pppConfs[] = {
struct pppvars pppVars = {
DEF_MRU, 0, MODEM_SPEED, CS8, 180, 30, 3,
- MODEM_DEV, OPEN_PASSIVE, LOCAL_NO_AUTH,
+ MODEM_DEV, OPEN_PASSIVE, LOCAL_NO_AUTH,
};
int
OpenPOWER on IntegriCloud