summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-11 17:55:22 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-11 17:55:22 +0000
commit8fc1929be3b0011fe19a48feb2aebf96a105bec0 (patch)
tree920d8b4d8c920ce74e8ac2187814d044227a7947 /usr.sbin/ppp
parent53969a981c9f4a37e745d6c67b631332ca86ba42 (diff)
Lose <net/if_var.h> (was a FreeBSD brokenness) !
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ip.c5
-rw-r--r--usr.sbin/ppp/lcp.c5
-rw-r--r--usr.sbin/ppp/main.c5
-rw-r--r--usr.sbin/ppp/os.c5
-rw-r--r--usr.sbin/ppp/tun.c5
5 files changed, 5 insertions, 20 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c
index 2624b895e98..5da419aecbb 100644
--- a/usr.sbin/ppp/ip.c
+++ b/usr.sbin/ppp/ip.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.c,v 1.5 1998/01/04 20:30:38 brian Exp $
+ * $Id: ip.c,v 1.6 1998/01/11 17:55:18 brian Exp $
*
* TODO:
* o Return ICMP message for filterd packet
@@ -35,9 +35,6 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#ifndef NOALIAS
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index 86e72a2007f..8b915de11f7 100644
--- a/usr.sbin/ppp/lcp.c
+++ b/usr.sbin/ppp/lcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcp.c,v 1.5 1998/01/11 17:54:46 brian Exp $
+ * $Id: lcp.c,v 1.6 1998/01/11 17:55:19 brian Exp $
*
* TODO:
* o Validate magic number received from peer.
@@ -30,9 +30,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <signal.h>
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 1a0536652a5..1a2a18b0d5c 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.c,v 1.12 1998/01/08 23:47:08 brian Exp $
+ * $Id: main.c,v 1.13 1998/01/11 17:55:19 brian Exp $
*
* TODO:
* o Add commands for traffic summary, version display, etc.
@@ -33,9 +33,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <errno.h>
diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c
index 6d74a8e454c..0ef6732e38c 100644
--- a/usr.sbin/ppp/os.c
+++ b/usr.sbin/ppp/os.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: os.c,v 1.5 1998/01/08 23:47:08 brian Exp $
+ * $Id: os.c,v 1.6 1998/01/11 17:55:20 brian Exp $
*
*/
#include <sys/param.h>
@@ -26,9 +26,6 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <net/route.h>
#include <arpa/inet.h>
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index 551e085c915..6606041d5e5 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: tun.c,v 1.2 1997/12/21 14:27:18 brian Exp $
+ * $Id: tun.c,v 1.3 1998/01/11 17:55:21 brian Exp $
*/
#include <sys/param.h>
@@ -32,9 +32,6 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <stdio.h>