diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 14:53:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 14:53:44 +0000 |
| commit | e5b19842ef2f7cc2fedb3c37b2a98796d5739f1d (patch) | |
| tree | 3da587380d9857eb4b82a3917da68c0cb8e4317f /sys/dev/ar | |
| parent | 71a5654a7b9d91574227d2aa5fdc1381ac06544d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ar')
| -rw-r--r-- | sys/dev/ar/if_ar.c | 4 | ||||
| -rw-r--r-- | sys/dev/ar/if_ar_isa.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index 7eaca7065537d..964684ef3b764 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ar.c,v 1.19 1998/06/07 17:10:24 dfr Exp $ + * $Id: if_ar.c,v 1.20 1998/06/17 13:54:56 bde Exp $ */ /* @@ -72,8 +72,6 @@ #include <i386/isa/ic/hd64570.h> #include <i386/isa/isa_device.h> -#include "ioconf.h" - #include "sppp.h" #if NSPPP <= 0 #error device 'ar' require sppp. diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index 7eaca7065537d..964684ef3b764 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ar.c,v 1.19 1998/06/07 17:10:24 dfr Exp $ + * $Id: if_ar.c,v 1.20 1998/06/17 13:54:56 bde Exp $ */ /* @@ -72,8 +72,6 @@ #include <i386/isa/ic/hd64570.h> #include <i386/isa/isa_device.h> -#include "ioconf.h" - #include "sppp.h" #if NSPPP <= 0 #error device 'ar' require sppp. |
