Module Name:    src
Committed By:   tsutsui
Date:           Wed Jul 29 14:32:54 UTC 2015

Modified Files:
        src/sys/arch/sun68k/stand/netboot: conf.c

Log Message:
Revert incorrect and broken kludge. PR/50101


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sun68k/stand/netboot/conf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun68k/stand/netboot/conf.c
diff -u src/sys/arch/sun68k/stand/netboot/conf.c:1.5 src/sys/arch/sun68k/stand/netboot/conf.c:1.6
--- src/sys/arch/sun68k/stand/netboot/conf.c:1.5	Wed Jul 29 08:52:22 2015
+++ src/sys/arch/sun68k/stand/netboot/conf.c	Wed Jul 29 14:32:54 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: conf.c,v 1.5 2015/07/29 08:52:22 christos Exp $	*/
+/*	$NetBSD: conf.c,v 1.6 2015/07/29 14:32:54 tsutsui Exp $	*/
 
 #include <sys/types.h>
 #include <netinet/in.h>
@@ -18,11 +18,6 @@ struct devsw devsw[] = {
 };
 int ndevs = 1;
 
-struct netif_driver *netif_drivers[] = {
-	// XXX: Fixme
-};
-int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
-
 int
 main(void)
 {

Reply via email to