unique #include opt_inet.h

This commit is contained in:
onoe 2000-10-06 04:49:53 +00:00
parent 016ecbcf4c
commit 3ec2a62f74
1 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ppp.c,v 1.60 2000/10/04 02:51:18 itojun Exp $ */
/* $NetBSD: if_ppp.c,v 1.61 2000/10/06 04:49:53 onoe Exp $ */
/* Id: if_ppp.c,v 1.6 1997/03/04 03:33:00 paulus Exp */
/*
@ -76,19 +76,18 @@
/* from NetBSD: if_ppp.c,v 1.15.2.2 1994/07/28 05:17:58 cgd Exp */
#include "ppp.h"
#include "opt_inet.h"
#if NPPP > 0
#include "opt_inet.h"
#include "opt_gateway.h"
#include "opt_ppp.h"
#ifdef INET
#define VJC
#endif
#define PPP_COMPRESS
#include "opt_inet.h"
#include "opt_gateway.h"
#include "opt_ppp.h"
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/mbuf.h>