diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index 875d9915964f..a48a428879c3 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -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 *));