diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 08:38:06 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 08:38:06 +0000 |
commit | 8bc5e837f9f723112bee6c855bf1d2f46b8cf0de (patch) | |
tree | 05d0bd6b7ef89545f4fda128a7842caf68d705d1 /sys/arch/mvme88k/stand/netboot/conf.c | |
parent | 40e92a9b193ae6946e51d01ebccc6d71a84c80e0 (diff) |
working netboot.
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/conf.c')
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/conf.c b/sys/arch/mvme88k/stand/netboot/conf.c index 2f41cb21c84..2c87bf0484c 100644 --- a/sys/arch/mvme88k/stand/netboot/conf.c +++ b/sys/arch/mvme88k/stand/netboot/conf.c @@ -1,4 +1,4 @@ -/* $Id: conf.c,v 1.1 1997/03/03 19:30:38 rahnds Exp $ */ +/* $OpenBSD: conf.c,v 1.2 1998/08/22 08:37:55 smurph Exp $ */ #include <sys/types.h> #include <netinet/in.h> @@ -22,8 +22,8 @@ extern struct netif_driver le_driver; extern struct netif_driver ie_driver; struct netif_driver *netif_drivers[] = { - &le_driver, &ie_driver, + &le_driver, }; int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]); |