Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Catch up with lim_privatise() change (mi...



details:   https://anonhg.NetBSD.org/src/rev/7700a41a02d6
branches:  trunk
changeset: 764690:7700a41a02d6
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sun May 01 02:08:15 2011 +0000

description:
Catch up with lim_privatise() change (missed in previous commit).

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 02552c26c725 -r 7700a41a02d6 sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Sun May 01 01:15:18 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Sun May 01 02:08:15 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.169 2011/03/06 17:08:34 bouyer Exp $     */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.170 2011/05/01 02:08:15 rmind Exp $      */
 
 /*
  * Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.169 2011/03/06 17:08:34 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.170 2011/05/01 02:08:15 rmind Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -1950,7 +1950,7 @@
                        break;
        }
 
-       lim_privatise(p, false);
+       lim_privatise(p);
 
        lim = p->p_limit;
        for (i = 0; i < __arraycount(lm); i++) {



Home | Main Index | Thread Index | Old Index