]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-aix4.c
Patch from Frank Cusack to add support for MSCHAPv2.
[ppp.git] / pppd / sys-aix4.c
index c83e37571c97eb92885c813b93fbe497132bd73c..c244c3ecad56385a57179cc0d8101b577c95b4e4 100644 (file)
@@ -20,9 +20,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static char rcsid[] = "$Id: sys-aix4.c,v 1.20 1999/04/12 06:24:48 paulus Exp $";
-#endif
+#define RCSID  "$Id: sys-aix4.c,v 1.22 1999/08/13 06:46:17 paulus Exp $"
 
 /*
  * TODO:
@@ -54,6 +52,8 @@ static char rcsid[] = "$Id: sys-aix4.c,v 1.20 1999/04/12 06:24:48 paulus Exp $";
 
 #include "pppd.h"
 
+static const char rcsid[] = RCSID;
+
 #ifndef ifr_mtu
 #define ifr_mtu                ifr_metric
 #endif