Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/stand/altboot Drop duplicate and unused e...
details: https://anonhg.NetBSD.org/src/rev/beca9fdd50e2
branches: trunk
changeset: 325772:beca9fdd50e2
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Jan 05 21:09:33 2014 +0000
description:
Drop duplicate and unused extern global variable.
diffstat:
sys/arch/sandpoint/stand/altboot/devopen.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 46f8601da572 -r beca9fdd50e2 sys/arch/sandpoint/stand/altboot/devopen.c
--- a/sys/arch/sandpoint/stand/altboot/devopen.c Sun Jan 05 20:52:57 2014 +0000
+++ b/sys/arch/sandpoint/stand/altboot/devopen.c Sun Jan 05 21:09:33 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.2 2011/03/06 18:22:13 phx Exp $ */
+/* $NetBSD: devopen.c,v 1.3 2014/01/05 21:09:33 jakllsch Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -52,7 +52,6 @@
struct fs_ops fs_ffsv2 = FS_OPS(ffsv2);
struct fs_ops fs_ffsv1 = FS_OPS(ffsv1);
struct fs_ops fs_mem = FS_OPS(mem);
-extern char *fsmod;
static void parseunit(const char *, int *, int *, char **);
Home |
Main Index |
Thread Index |
Old Index