]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eui64.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppd / eui64.c
index 6de8e10b688474a9c526580f9ab64e6660bb51ec..dfceeecd8e3e5ad16e5a7edc3e8e716a9c6506eb 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: eui64.c,v 1.1 1999/08/13 01:58:42 paulus Exp $
+ * $Id: eui64.c,v 1.2 1999/08/13 06:46:12 paulus Exp $
  */
-#ifndef lint
-static char rcsid[] = "$Id: eui64.c,v 1.1 1999/08/13 01:58:42 paulus Exp $";
-#endif
+
+#define RCSID  "$Id: eui64.c,v 1.2 1999/08/13 06:46:12 paulus Exp $"
 
 #include "pppd.h"
 
+static const char rcsid[] = RCSID;
+
 /*
  * eui64_ntoa - Make an ascii representation of an interface identifier
  */