Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Need proc_uidmatch



details:   https://anonhg.NetBSD.org/src/rev/1ad123d805c9
branches:  trunk
changeset: 747869:1ad123d805c9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 03 22:55:48 2009 +0000

description:
Need proc_uidmatch

diffstat:

 sys/rump/librump/rumpkern/emul.c |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r c1e305d7ae64 -r 1ad123d805c9 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Sat Oct 03 22:32:56 2009 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Sat Oct 03 22:55:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.96 2009/09/24 21:00:09 pooka Exp $  */
+/*     $NetBSD: emul.c,v 1.97 2009/10/03 22:55:48 christos Exp $       */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.96 2009/09/24 21:00:09 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.97 2009/10/03 22:55:48 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -619,6 +619,13 @@
        panic("%s: not implemented", __func__);
 }
 
+int
+proc_uidmatch(kauth_cred_t cred, kauth_cred_t target)
+{
+
+       panic("%s: not implemented", __func__);
+}
+
 void
 proc_crmod_enter(void)
 {



Home | Main Index | Thread Index | Old Index