Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/netboot Remove unnecessary struct open_f...



details:   https://anonhg.NetBSD.org/src/rev/62e59abc488b
branches:  trunk
changeset: 783952:62e59abc488b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 13 14:27:06 2013 +0000

description:
Remove unnecessary struct open_file files[] leftover.
It's in libsa/files.c.

diffstat:

 sys/arch/x68k/stand/netboot/conf.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5023314e5fcf -r 62e59abc488b sys/arch/x68k/stand/netboot/conf.c
--- a/sys/arch/x68k/stand/netboot/conf.c        Sun Jan 13 14:24:24 2013 +0000
+++ b/sys/arch/x68k/stand/netboot/conf.c        Sun Jan 13 14:27:06 2013 +0000
@@ -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 @@
 };
 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[] = {



Home | Main Index | Thread Index | Old Index