Module Name: src Committed By: tsutsui Date: Sun Jan 13 14:27:06 UTC 2013
Modified Files: src/sys/arch/x68k/stand/netboot: conf.c Log Message: Remove unnecessary struct open_file files[] leftover. It's in libsa/files.c. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/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/x68k/stand/netboot/conf.c diff -u src/sys/arch/x68k/stand/netboot/conf.c:1.2 src/sys/arch/x68k/stand/netboot/conf.c:1.3 --- src/sys/arch/x68k/stand/netboot/conf.c:1.2 Thu Nov 1 14:46:26 2012 +++ src/sys/arch/x68k/stand/netboot/conf.c Sun Jan 13 14:27:06 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.2 2012/11/01 14:46:26 isaki Exp $ */ +/* $NetBSD: conf.c,v 1.3 2013/01/13 14:27:06 tsutsui Exp $ */ /* * Copyright (c) 2001 Minoura Makoto @@ -53,8 +53,6 @@ struct fs_ops file_system[] = { }; int nfsys = sizeof(file_system) / sizeof(file_system[0]); -struct open_file files[SOPEN_MAX]; - extern struct netif_driver ne_netif_driver; struct netif_driver *netif_drivers[] = {