]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/options.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppd / options.c
index fc65d921b526345e1ac47f1db825ad6f03381514..cb9c2d4a1638f868bdbf130530a8d1f106baeb58 100644 (file)
@@ -17,9 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] = "$Id: options.c,v 1.63 1999/08/13 01:57:36 paulus Exp $";
-#endif
+#define RCSID  "$Id: options.c,v 1.64 1999/08/13 06:46:16 paulus Exp $"
 
 #include <ctype.h>
 #include <stdio.h>
@@ -57,6 +55,8 @@ static const char rcsid[] = "$Id: options.c,v 1.63 1999/08/13 01:57:36 paulus Ex
 char *strdup __P((char *));
 #endif
 
+static const char rcsid[] = RCSID;
+
 /*
  * Option variables and default values.
  */