diff options
Diffstat (limited to 'usr.sbin/pppd/chap_ms.c')
-rw-r--r-- | usr.sbin/pppd/chap_ms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c index 3b2ed896bf708..a90fbcf50d763 100644 --- a/usr.sbin/pppd/chap_ms.c +++ b/usr.sbin/pppd/chap_ms.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap_ms.c,v 1.5 1998/06/20 18:02:09 peter Exp $"; +static char rcsid[] = "$Id: chap_ms.c,v 1.6 1998/10/11 19:40:38 jdp Exp $"; #endif #ifdef CHAPMS |