added dummy declaration for struct compstat to suppress warning from ppp-comp.h

This commit is contained in:
paul 1999-11-03 16:06:35 +00:00
parent ecebb58bc8
commit 6d87437d57
1 changed files with 3 additions and 4 deletions

View File

@ -25,15 +25,14 @@
* OR MODIFICATIONS. * OR MODIFICATIONS.
*/ */
char ccp_rcsid[] = "$Id: ccp.c,v 1.13 1999/09/20 09:05:10 hipp Exp $"; char ccp_rcsid[] = "$Id: ccp.c,v 1.14 1999/11/03 16:06:35 paul Exp $";
#include <string.h> #include <string.h>
#include <syslog.h> #include <syslog.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/types.h> #include <sys/types.h>
#if 0 /* dummy decl for struct referenced but not defined in linux/ppp-comp.h */
#include </usr/include/net/ppp_defs.h> struct compstat;
#endif
#include <linux/ppp-comp.h> #include <linux/ppp-comp.h>
#include "fsm.h" #include "fsm.h"