X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-bsd.c;h=f4a7c1efe6a7ee35b72443ae1db21705e7c5d3db;hp=3005bac5e286edc2493468145d949670ad68f979;hb=dd98145afae71e5b436fdf8a989651d727d8cf31;hpb=a9abf249e9c3c25b08ff9ad8d31f77cb88089f4b diff --git a/pppd/sys-bsd.c b/pppd/sys-bsd.c index 3005bac..f4a7c1e 100644 --- a/pppd/sys-bsd.c +++ b/pppd/sys-bsd.c @@ -20,8 +20,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.44 1999/05/04 06:57:44 paulus Exp $"; +#define RCSID "$Id: sys-bsd.c,v 1.46 1999/08/13 06:46:18 paulus Exp $" /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ #endif @@ -74,6 +73,8 @@ static char rcsid[] = "$Id: sys-bsd.c,v 1.44 1999/05/04 06:57:44 paulus Exp $"; #include "fsm.h" #include "ipcp.h" +static const char rcsid[] = RCSID; + static int initdisc = -1; /* Initial TTY discipline for ppp_fd */ static int initfdflags = -1; /* Initial file descriptor flags for ppp_fd */ static int ppp_fd = -1; /* fd which is set to PPP discipline */