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 Revert incorrect and broken kl...
details: https://anonhg.NetBSD.org/src/rev/ccae67971b53
branches: trunk
changeset: 339586:ccae67971b53
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Jul 29 14:32:54 2015 +0000
description:
Revert incorrect and broken kludge. PR/50101
diffstat:
sys/arch/sun68k/stand/netboot/conf.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 3c9755993908 -r ccae67971b53 sys/arch/sun68k/stand/netboot/conf.c
--- a/sys/arch/sun68k/stand/netboot/conf.c Wed Jul 29 14:30:18 2015 +0000
+++ b/sys/arch/sun68k/stand/netboot/conf.c Wed Jul 29 14:32:54 2015 +0000
@@ -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 @@
};
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