Regen (SysV IPC).

This commit is contained in:
cube 2006-03-06 14:41:28 +00:00
parent 754cf030b7
commit ceafd0acdb
4 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.48 2006/03/05 01:29:28 cube Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.49 2006/03/06 14:41:28 cube Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2006/03/05 01:28:20 cube Exp
* created from NetBSD: syscalls.master,v 1.43 2006/03/06 14:40:55 cube Exp
*/
#ifndef _netbsd32_SYS_SYSCALL_H_
@ -861,7 +861,7 @@
#define netbsd32_SYS_compat_20_netbsd32_fhstatfs 300
#if defined(SYSVSEM) || !defined(_KERNEL)
/* syscall: "netbsd32___semctl14" ret: "int" args: "int" "int" "int" "union netbsd32_semun3 *" */
/* syscall: "netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
#define netbsd32_SYS_netbsd32___semctl14 301
#else

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.48 2006/03/05 01:29:28 cube Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.49 2006/03/06 14:41:28 cube Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2006/03/05 01:28:20 cube Exp
* created from NetBSD: syscalls.master,v 1.43 2006/03/06 14:40:55 cube Exp
*/
#ifndef _netbsd32_SYS_SYSCALLARGS_H_
@ -1317,7 +1317,7 @@ struct netbsd32___semctl14_args {
syscallarg(int) semid;
syscallarg(int) semnum;
syscallarg(int) cmd;
syscallarg(union netbsd32_semun3 *) arg;
syscallarg(netbsd32_semunp_t) arg;
};
#else
#endif

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.48 2006/03/05 01:29:28 cube Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.49 2006/03/06 14:41:28 cube Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2006/03/05 01:28:20 cube Exp
* created from NetBSD: syscalls.master,v 1.43 2006/03/06 14:40:55 cube Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.48 2006/03/05 01:29:28 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.49 2006/03/06 14:41:28 cube Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.48 2006/03/05 01:29:28 cube Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.49 2006/03/06 14:41:28 cube Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2006/03/05 01:28:20 cube Exp
* created from NetBSD: syscalls.master,v 1.43 2006/03/06 14:40:55 cube Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.48 2006/03/05 01:29:28 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.49 2006/03/06 14:41:28 cube Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"