From: Paul Mackerras Date: Mon, 9 May 1994 02:33:41 +0000 (+0000) Subject: declare kdebugflag so it compiles X-Git-Tag: ppp-2-1-2a~55 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=ce578ebd33c97f80a17e62ef283da407832688a2 declare kdebugflag so it compiles --- diff --git a/pppd/sys-bsd.c b/pppd/sys-bsd.c index 20404c0..ffce36a 100644 --- a/pppd/sys-bsd.c +++ b/pppd/sys-bsd.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.4 1994/04/18 04:09:27 paulus Exp $"; +static char rcsid[] = "$Id: sys-bsd.c,v 1.5 1994/05/09 02:33:41 paulus Exp $"; #endif /* @@ -43,7 +43,7 @@ static char rcsid[] = "$Id: sys-bsd.c,v 1.4 1994/04/18 04:09:27 paulus Exp $"; #include "ppp.h" static int initdisc = -1; /* Initial TTY discipline */ - +extern int kdebugflag; /* * establish_ppp - Turn the serial port into a ppp interface.