X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Futils.c;h=cbab1838523882e6ac0de324498599b4066530be;hb=10a68fd183c5e16e95fce56e7b292f1436b1e714;hp=131429d59a7081f3efb5e5daaeaed036d3a3b025;hpb=1924cd095160dc3fdd6e21a3506e5e5d225a650c;p=ppp.git diff --git a/pppd/utils.c b/pppd/utils.c index 131429d..cbab183 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -16,9 +16,8 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = "$Id: utils.c,v 1.6 1999/06/24 00:17:48 paulus Exp $"; -#endif + +#define RCSID "$Id: utils.c,v 1.8 1999/08/13 06:46:22 paulus Exp $" #include #include @@ -46,6 +45,8 @@ static char rcsid[] = "$Id: utils.c,v 1.6 1999/06/24 00:17:48 paulus Exp $"; #include "pppd.h" +static const char rcsid[] = RCSID; + #if defined(SUNOS4) extern char *strerror(); #endif