Put a noop stub for sys_auditsys

This commit is contained in:
christos 1997-10-28 18:58:17 +00:00
parent 09d37c93a5
commit b08c2743e7
2 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_misc.c,v 1.52 1997/10/26 11:13:46 fvdl Exp $ */
/* $NetBSD: svr4_misc.c,v 1.53 1997/10/28 18:58:20 christos Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -1575,6 +1575,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;

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.26 1997/10/19 18:45:04 christos Exp $
$NetBSD: syscalls.master,v 1.27 1997/10/28 18:58:17 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -289,7 +289,8 @@
184 UNIMPL tsolsys
185 STD { int svr4_sys_acl(char *path, int cmd, int num, \
struct svr4_aclent *buf); }
186 UNIMPL auditsys
186 STD { int svr4_sys_auditsys(int code, int a1, int a2, \
int a3, int a4, int a5); }
187 UNIMPL processor_bind
188 UNIMPL processor_info
189 UNIMPL p_online