From d2a0bb080329ea491a0cbb90ee35c7c9ab9815d9 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 5 Apr 2009 22:08:18 +0000 Subject: Remove if_ppp(4) and if_sl(4). Not only did these two drivers depend on IFF_NEEDSGIANT, they were broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been replaced by ppp(8). There is no replacement for if_sl(4). If we see regressions in for example the ports tree, we should just use __FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are present. Version 800045 is used to denote the import of MPSAFE TTY. Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the lists. --- usr.sbin/pppd/patchlevel.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 usr.sbin/pppd/patchlevel.h (limited to 'usr.sbin/pppd/patchlevel.h') diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h deleted file mode 100644 index bc49c5879a249..0000000000000 --- a/usr.sbin/pppd/patchlevel.h +++ /dev/null @@ -1,6 +0,0 @@ -/* $FreeBSD$ */ -#define PATCHLEVEL 5 - -#define VERSION "2.3" -#define IMPLEMENTATION "" -#define DATE "4 May 1998" -- cgit v1.2.3