]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/auth.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppd / auth.c
index d94d4fb325523359a56864de4cf2760259bc87ff..716d849ae8546a51a0cefc12e5bac2fb44873d78 100644 (file)
@@ -32,9 +32,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] = "$Id: auth.c,v 1.56 1999/08/12 04:11:20 paulus Exp $";
-#endif
+#define RCSID  "$Id: auth.c,v 1.57 1999/08/13 06:46:10 paulus Exp $"
 
 #include <stdio.h>
 #include <stddef.h>
@@ -78,6 +76,8 @@ static const char rcsid[] = "$Id: auth.c,v 1.56 1999/08/12 04:11:20 paulus Exp $
 #endif
 #include "pathnames.h"
 
+static const char rcsid[] = RCSID;
+
 /* Bits in scan_authfile return value */
 #define NONWILD_SERVER 1
 #define NONWILD_CLIENT 2