diff options
Diffstat (limited to 'sys/compat/svr4/svr4_misc.c')
-rw-r--r-- | sys/compat/svr4/svr4_misc.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c index 007ef621f33..33fa0fe455b 100644 --- a/sys/compat/svr4/svr4_misc.c +++ b/sys/compat/svr4/svr4_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_misc.c,v 1.15 1997/11/13 06:21:31 deraadt Exp $ */ +/* $OpenBSD: svr4_misc.c,v 1.16 1997/11/13 06:23:05 deraadt Exp $ */ /* $NetBSD: svr4_misc.c,v 1.42 1996/12/06 03:22:34 christos Exp $ */ /* @@ -1288,6 +1288,18 @@ svr4_sys_acl(p, v, retval) } int +svr4_sys_auditsys(p, v, retval) + register struct proc *p; + void *v; + register_t *retval; +{ + /* + * XXX: Big brother is *not* watching. + */ + return 0; +} + +int svr4_sys_memcntl(p, v, retval) register struct proc *p; void *v; |