]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.c
Previously, 64-bit compilation was dependent upon the version of the OS,
[ppp.git] / pppd / chap.c
index 4fd17628b1b09316240e52f00bc6921f6a892e9c..b8a5d0f726ffe9f723d1eaf344a52d45b1591ef9 100644 (file)
@@ -33,9 +33,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.21 1999/03/19 01:20:19 paulus Exp $";
-#endif
+#define RCSID  "$Id: chap.c,v 1.23 1999/08/13 06:46:11 paulus Exp $"
 
 /*
  * TODO:
@@ -53,6 +51,8 @@ static char rcsid[] = "$Id: chap.c,v 1.21 1999/03/19 01:20:19 paulus Exp $";
 #include "chap_ms.h"
 #endif
 
+static const char rcsid[] = RCSID;
+
 /*
  * Command-line options.
  */