Regen: fix prototypes for {o|}{g|s}etrlimit.
This commit is contained in:
parent
cbed23a209
commit
7e2fa230c7
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
*/
|
||||
|
||||
HIDE_POSIX(fork)
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# FreeBSD system call names.
|
||||
# DO NOT EDIT-- this file is automatically generated.
|
||||
# $FreeBSD$
|
||||
# created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
# created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
MIASM = \
|
||||
syscall.o \
|
||||
exit.o \
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp
|
||||
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.82 2000/08/28 07:50:44 marcel Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
@ -578,11 +578,11 @@ struct fpathconf_args {
|
||||
};
|
||||
struct __getrlimit_args {
|
||||
u_int which; char which_[PAD_(u_int)];
|
||||
struct orlimit * rlp; char rlp_[PAD_(struct orlimit *)];
|
||||
struct rlimit * rlp; char rlp_[PAD_(struct rlimit *)];
|
||||
};
|
||||
struct __setrlimit_args {
|
||||
u_int which; char which_[PAD_(u_int)];
|
||||
struct orlimit * rlp; char rlp_[PAD_(struct orlimit *)];
|
||||
struct rlimit * rlp; char rlp_[PAD_(struct rlimit *)];
|
||||
};
|
||||
struct getdirentries_args {
|
||||
int fd; char fd_[PAD_(int)];
|
||||
@ -1396,11 +1396,11 @@ struct osethostid_args {
|
||||
};
|
||||
struct ogetrlimit_args {
|
||||
u_int which; char which_[PAD_(u_int)];
|
||||
struct ogetrlimit * rlp; char rlp_[PAD_(struct ogetrlimit *)];
|
||||
struct orlimit * rlp; char rlp_[PAD_(struct orlimit *)];
|
||||
};
|
||||
struct osetrlimit_args {
|
||||
u_int which; char which_[PAD_(u_int)];
|
||||
struct ogetrlimit * rlp; char rlp_[PAD_(struct ogetrlimit *)];
|
||||
struct orlimit * rlp; char rlp_[PAD_(struct orlimit *)];
|
||||
};
|
||||
struct okillpg_args {
|
||||
int pgid; char pgid_[PAD_(int)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user