Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/miscfs/procfs Pull up revision 1.10 (requested by f...
details: https://anonhg.NetBSD.org/src/rev/78483a3c23a9
branches: netbsd-1-5
changeset: 491009:78483a3c23a9
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:48:32 2001 +0000
description:
Pull up revision 1.10 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/miscfs/procfs/procfs_map.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c74436ab82d6 -r 78483a3c23a9 sys/miscfs/procfs/procfs_map.c
--- a/sys/miscfs/procfs/procfs_map.c Fri Mar 30 21:48:11 2001 +0000
+++ b/sys/miscfs/procfs/procfs_map.c Fri Mar 30 21:48:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_map.c,v 1.5 1999/04/10 14:00:38 drochner Exp $ */
+/* $NetBSD: procfs_map.c,v 1.5.12.1 2001/03/30 21:48:32 he Exp $ */
/*
* Copyright (c) 1993 Jan-Simon Pendry
@@ -133,8 +133,9 @@
}
int
-procfs_validmap(p)
+procfs_validmap(p, mp)
struct proc *p;
+ struct mount *mp;
{
return ((p->p_flag & P_SYSTEM) == 0);
}
Home |
Main Index |
Thread Index |
Old Index