findblkname is not static (and is in fact used outside this file).

This commit is contained in:
fvdl 2000-12-10 14:14:15 +00:00
parent 813c5d92f7
commit 538c381225
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_subr.c,v 1.73 2000/11/26 11:08:59 takemura Exp $ */
/* $NetBSD: kern_subr.c,v 1.74 2000/12/10 14:14:15 fvdl Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -108,7 +108,7 @@
/* XXX these should eventually move to subr_autoconf.c */
static int findblkmajor __P((const char *));
static const char *findblkname __P((int));
const char *findblkname __P((int));
static struct device *finddevice __P((const char *));
static struct device *getdisk __P((char *, int, int, dev_t *, int));
static struct device *parsedisk __P((char *, int, int, dev_t *));