Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/kern Pull up revision 1.75 (requested by he in tick...



details:   https://anonhg.NetBSD.org/src/rev/53630462d846
branches:  netbsd-1-6
changeset: 531078:53630462d846
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Feb 09 13:16:55 2004 +0000

description:
Pull up revision 1.75 (requested by he in ticket #1609):
include <uvm/uvm_object.h> for the benefit of ports that don't include
it in <machine/pmap.h>

diffstat:

 sys/kern/sysv_shm.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 439e419119a7 -r 53630462d846 sys/kern/sysv_shm.c
--- a/sys/kern/sysv_shm.c       Mon Feb 09 12:59:46 2004 +0000
+++ b/sys/kern/sysv_shm.c       Mon Feb 09 13:16:55 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysv_shm.c,v 1.64.4.1 2004/02/07 20:01:53 jmc Exp $    */
+/*     $NetBSD: sysv_shm.c,v 1.64.4.2 2004/02/09 13:16:55 tron Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysv_shm.c,v 1.64.4.1 2004/02/07 20:01:53 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysv_shm.c,v 1.64.4.2 2004/02/09 13:16:55 tron Exp $");
 
 #define SYSVSHM
 
@@ -83,6 +83,7 @@
 #include <sys/syscallargs.h>
 
 #include <uvm/uvm_extern.h>
+#include <uvm/uvm_object.h>
 
 struct shmid_ds *shm_find_segment_by_shmid __P((int, int));
 



Home | Main Index | Thread Index | Old Index