X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-osf.c;h=920b30af1315cadac88fb7003c554e024b7f5184;hb=739142cddb7369c7611eeed081a80d52b7b992c9;hp=0bc26deb21d4b8c20c51eca60a65c7236d164d8e;hpb=bb92478eb0029677305d4edb989380a58259709a;p=ppp.git diff --git a/pppd/sys-osf.c b/pppd/sys-osf.c index 0bc26de..920b30a 100644 --- a/pppd/sys-osf.c +++ b/pppd/sys-osf.c @@ -25,9 +25,7 @@ * OR MODIFICATIONS. */ -#ifndef lint -static char rcsid[] = "$Id: sys-osf.c,v 1.28 1999/06/24 00:17:18 paulus Exp $"; -#endif +#define RCSID "$Id: sys-osf.c,v 1.30 1999/08/13 06:46:18 paulus Exp $" #include #include @@ -61,6 +59,8 @@ static char rcsid[] = "$Id: sys-osf.c,v 1.28 1999/06/24 00:17:18 paulus Exp $"; #include "pppd.h" +static const char rcsid[] = RCSID; + static int pppfd; static int fdmuxid = -1; static int iffd;