Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand/netboot more unused inside 0



details:   https://anonhg.NetBSD.org/src/rev/ddd447d738d5
branches:  trunk
changeset: 791072:ddd447d738d5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 03 00:59:03 2013 +0000

description:
more unused inside 0

diffstat:

 sys/arch/alpha/stand/netboot/devopen.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 255f7c2f2036 -r ddd447d738d5 sys/arch/alpha/stand/netboot/devopen.c
--- a/sys/arch/alpha/stand/netboot/devopen.c    Sun Nov 03 00:53:11 2013 +0000
+++ b/sys/arch/alpha/stand/netboot/devopen.c    Sun Nov 03 00:59:03 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.8 2013/11/03 00:53:11 christos Exp $ */
+/* $NetBSD: devopen.c,v 1.9 2013/11/03 00:59:03 christos Exp $ */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -49,9 +49,9 @@
 #if 0
        register char *ncp;
        register int c, i;
+       char namebuf[20];
 #endif
        int ctlr = 0, unit = 0, part = 0;
-       char namebuf[20];
        int rc;
 
        cp = (char *)fname;



Home | Main Index | Thread Index | Old Index