summaryrefslogtreecommitdiff
path: root/pppd/eui64.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/eui64.c')
-rw-r--r--pppd/eui64.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/pppd/eui64.c b/pppd/eui64.c
index 6de8e10..dfceeec 100644
--- a/pppd/eui64.c
+++ b/pppd/eui64.c
@@ -15,14 +15,15 @@
* 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
*/