From ce578ebd33c97f80a17e62ef283da407832688a2 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 9 May 1994 02:33:41 +0000 Subject: [PATCH] declare kdebugflag so it compiles --- pppd/sys-bsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2