This commit is contained in:
John Baldwin 2006-07-08 20:14:34 +00:00
parent d9f4623307
commit 16a9155a67
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.13 2006/07/08 20:12:13 jhb Exp
*/
#ifndef _IBCS2_XENIX_H_

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.13 2006/07/08 20:12:13 jhb Exp
*/
#define IBCS2_XENIX_xenix_rdchk 7

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.13 2006/07/08 20:12:13 jhb Exp
*/
#include <bsm/audit_kevents.h>
@ -25,7 +25,7 @@ struct sysent xenix_sysent[] = {
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 4 = xenix_sigsem */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 5 = xenix_waitsem */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 6 = xenix_nbwaitsem */
{ AS(xenix_rdchk_args), (sy_call_t *)xenix_rdchk, AUE_NULL }, /* 7 = xenix_rdchk */
{ SYF_MPSAFE | AS(xenix_rdchk_args), (sy_call_t *)xenix_rdchk, AUE_NULL }, /* 7 = xenix_rdchk */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 8 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 9 = nosys */
{ SYF_MPSAFE | AS(xenix_chsize_args), (sy_call_t *)xenix_chsize, AUE_FTRUNCATE }, /* 10 = xenix_chsize */