Module Name:    src
Committed By:   christos
Date:           Wed Jul 29 08:52:22 UTC 2015

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

Log Message:
XXX: add missing symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/sun68k/stand/netboot/conf.c:1.5
--- src/sys/arch/sun68k/stand/netboot/conf.c:1.4	Mon Jan 12 02:01:00 2009
+++ src/sys/arch/sun68k/stand/netboot/conf.c	Wed Jul 29 04:52:22 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: conf.c,v 1.4 2009/01/12 07:01:00 tsutsui Exp $	*/
+/*	$NetBSD: conf.c,v 1.5 2015/07/29 08:52:22 christos Exp $	*/
 
 #include <sys/types.h>
 #include <netinet/in.h>
@@ -18,6 +18,11 @@ 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