]> git.ozlabs.org Git - ppp.git/commitdiff
declare kdebugflag so it compiles
authorPaul Mackerras <paulus@samba.org>
Mon, 9 May 1994 02:33:41 +0000 (02:33 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 May 1994 02:33:41 +0000 (02:33 +0000)
pppd/sys-bsd.c

index 20404c07ec2ac5ad096238286ea7502f07e987f9..ffce36acfd1a377b8308a87ed7debd53302171a4 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #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 */
 #include "ppp.h"
 
 static int initdisc = -1;              /* Initial TTY discipline */
-
+extern int kdebugflag;
 
 /*
  * establish_ppp - Turn the serial port into a ppp interface.
 
 /*
  * establish_ppp - Turn the serial port into a ppp interface.