Module Name: src Committed By: christos Date: Sun Nov 3 00:59:03 UTC 2013
Modified Files: src/sys/arch/alpha/stand/netboot: devopen.c Log Message: more unused inside 0 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/alpha/stand/netboot/devopen.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/alpha/stand/netboot/devopen.c diff -u src/sys/arch/alpha/stand/netboot/devopen.c:1.8 src/sys/arch/alpha/stand/netboot/devopen.c:1.9 --- src/sys/arch/alpha/stand/netboot/devopen.c:1.8 Sat Nov 2 20:53:11 2013 +++ src/sys/arch/alpha/stand/netboot/devopen.c Sat Nov 2 20:59:03 2013 @@ -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 @@ devopen(struct open_file *f, const char #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;