summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-08-28 07:56:38 +0000
committermarcel <marcel@FreeBSD.org>2000-08-28 07:56:38 +0000
commit7e2fa230c727ae8342addf2bd6f50159422199f4 (patch)
tree3c0ff9cb47c9257c8a48af7386eb4fd3d5dab1e7 /sys
parentcbed23a209a3f9144bcb82e3933b580973b61625 (diff)
downloadFreeBSD-src-7e2fa230c727ae8342addf2bd6f50159422199f4.zip
FreeBSD-src-7e2fa230c727ae8342addf2bd6f50159422199f4.tar.gz
Regen: fix prototypes for {o|}{g|s}etrlimit.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall-hide.h2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h10
6 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index c551c98..c2d3cae 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 50983e1..85e638a 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 748b897..a729728 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 6afbcd1..8966354 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 2dee506..e686f64 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 993dbe8..dee4147 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)];
OpenPOWER on IntegriCloud