summaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c
index b0c78ec06ecf7..3cb3129efdcc5 100644
--- a/usr.sbin/ppp/vars.c
+++ b/usr.sbin/ppp/vars.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vars.c,v 1.9.2.16 1998/01/26 20:05:32 brian Exp $
+ * $Id: vars.c,v 1.9.2.17 1998/07/06 02:07:29 brian Exp $
*
*/
#include <sys/param.h>
@@ -39,7 +39,7 @@
#include "auth.h"
char VarVersion[] = "PPP Version 1.7";
-char VarLocalVersion[] = "$Date: 1998/01/26 20:05:32 $";
+char VarLocalVersion[] = "$Date: 1998/07/06 02:07:29 $";
int Utmp = 0;
int ipKeepAlive = 0;
int reconnectState = RECON_UNKNOWN;