X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feui64.c;h=dfceeecd8e3e5ad16e5a7edc3e8e716a9c6506eb;hp=6de8e10b688474a9c526580f9ab64e6660bb51ec;hb=31b4bba68d46b38119fd8620ee09ff7f8831f4b5;hpb=a8c240d24e1b254284c06b06de06a66828eeec57 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 */