Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/kern Pull up revision 1.74 (requested by fvdl):
details: https://anonhg.NetBSD.org/src/rev/c31522d431b0
branches: netbsd-1-5
changeset: 491004:c31522d431b0
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:46:40 2001 +0000
description:
Pull up revision 1.74 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/kern/kern_subr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ddb50bcfa37d -r c31522d431b0 sys/kern/kern_subr.c
--- a/sys/kern/kern_subr.c Fri Mar 30 21:46:16 2001 +0000
+++ b/sys/kern/kern_subr.c Fri Mar 30 21:46:40 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_subr.c,v 1.70 2000/05/31 06:18:03 enami Exp $ */
+/* $NetBSD: kern_subr.c,v 1.70.2.1 2001/03/30 21:46:40 he 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 *));
Home |
Main Index |
Thread Index |
Old Index