Revert incorrect and broken kludge. PR/50101

This commit is contained in:
tsutsui 2015-07-29 14:32:54 +00:00
parent f61056522c
commit ebddcf615c

View File

@ -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)
{