]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/magic.c
Patch from Frank Cusack to add support for MSCHAPv2.
[ppp.git] / pppd / magic.c
index db48ee8c3f4081875b0aa291f042e4a73a787dd4..3c70558359b7d0f532dce8b20cc63b8ecbb511e8 100644 (file)
@@ -17,9 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static char rcsid[] = "$Id: magic.c,v 1.7 1998/03/25 03:07:49 paulus Exp $";
-#endif
+#define RCSID  "$Id: magic.c,v 1.9 1999/08/13 06:46:15 paulus Exp $"
 
 #include <stdio.h>
 #include <unistd.h>
@@ -29,6 +27,8 @@ static char rcsid[] = "$Id: magic.c,v 1.7 1998/03/25 03:07:49 paulus Exp $";
 #include "pppd.h"
 #include "magic.h"
 
+static const char rcsid[] = RCSID;
+
 extern long mrand48 __P((void));
 extern void srand48 __P((long));