Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun68k/stand/netboot XXX: add missing symbols.



details:   https://anonhg.NetBSD.org/src/rev/f825e94319cc
branches:  trunk
changeset: 339579:f825e94319cc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 29 08:52:22 2015 +0000

description:
XXX: add missing symbols.

diffstat:

 sys/arch/sun68k/stand/netboot/conf.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 702308595a05 -r f825e94319cc sys/arch/sun68k/stand/netboot/conf.c
--- a/sys/arch/sun68k/stand/netboot/conf.c      Wed Jul 29 08:51:03 2015 +0000
+++ b/sys/arch/sun68k/stand/netboot/conf.c      Wed Jul 29 08:52:22 2015 +0000
@@ -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 @@
 };
 int ndevs = 1;
 
+struct netif_driver *netif_drivers[] = {
+       // XXX: Fixme
+};
+int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
+
 int
 main(void)
 {



Home | Main Index | Thread Index | Old Index