summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-11 17:53:27 +0000
committerbrian <brian@FreeBSD.org>1998-01-11 17:53:27 +0000
commit5ce279eae3a5558f36786bea83d86f0f02038aba (patch)
tree18bb77749231c394f720265571ac26e76609dbf2 /usr.sbin/ppp
parentccb6ae343d48ea01065c04a83344ea63445feede (diff)
downloadFreeBSD-src-5ce279eae3a5558f36786bea83d86f0f02038aba.zip
FreeBSD-src-5ce279eae3a5558f36786bea83d86f0f02038aba.tar.gz
Lose <net/if_var.h> !
This'll require a `make installworld'.
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 78ff87e..ac17962 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.35 1997/12/29 22:23:11 brian Exp $
+ * $Id: ip.c,v 1.36 1998/01/04 20:26:37 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 7c29e03..0d6a664 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.51 1997/12/24 09:29:05 brian Exp $
+ * $Id: lcp.c,v 1.52 1998/01/11 17:50:35 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 d57d9bd..c1df109 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.115 1997/12/30 23:22:29 brian Exp $
+ * $Id: main.c,v 1.116 1998/01/08 23:47:52 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 221a675..541aace 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.38 1997/12/24 09:29:09 brian Exp $
+ * $Id: os.c,v 1.39 1998/01/08 23:47:55 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 801b76f..9959c37 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$
+ * $Id: tun.c,v 1.4 1997/12/21 12:11:09 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>
OpenPOWER on IntegriCloud