From 7e2fa230c727ae8342addf2bd6f50159422199f4 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 28 Aug 2000 07:56:38 +0000 Subject: [PATCH] Regen: fix prototypes for {o|}{g|s}etrlimit. --- sys/kern/init_sysent.c | 2 +- sys/kern/syscalls.c | 2 +- sys/sys/syscall-hide.h | 2 +- sys/sys/syscall.h | 2 +- sys/sys/syscall.mk | 2 +- sys/sys/sysproto.h | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index c551c98dc07c..c2d3caec8e4e 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -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" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 50983e172745..85e638a9d799 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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[] = { diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 748b897bdb5b..a729728eba21 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.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 */ HIDE_POSIX(fork) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 6afbcd1e6615..896635452b5e 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.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 */ #define SYS_syscall 0 diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index 2dee506fc5bd..e686f649d4ec 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -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 \ diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 993dbe807315..dee4147b9e75 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.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 */ #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)];