aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-11-22 22:36:54 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-11-22 22:36:54 +0000
commite58e9a8cbd7c5e1ef886377d168ec0a662af8e79 (patch)
tree39f325393da61feaaa2232aba8a3fa4ebc7ff2b8 /sys/sys/sysproto.h
parentd8bd949bebb3a6c46e42cb9666bc10cee1389892 (diff)
downloadsrc-e58e9a8cbd7c5e1ef886377d168ec0a662af8e79.tar.gz
src-e58e9a8cbd7c5e1ef886377d168ec0a662af8e79.zip
syscalls: regen
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 0ca483654829..bce8ba97de14 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -555,7 +555,7 @@ struct __setrlimit_args {
char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];
};
-struct sysctl_args {
+struct __sysctl_args {
char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
@@ -1975,7 +1975,7 @@ int sys_pathconf(struct thread *, struct pathconf_args *);
int sys_fpathconf(struct thread *, struct fpathconf_args *);
int sys_getrlimit(struct thread *, struct __getrlimit_args *);
int sys_setrlimit(struct thread *, struct __setrlimit_args *);
-int sys___sysctl(struct thread *, struct sysctl_args *);
+int sys___sysctl(struct thread *, struct __sysctl_args *);
int sys_mlock(struct thread *, struct mlock_args *);
int sys_munlock(struct thread *, struct munlock_args *);
int sys_undelete(struct thread *, struct undelete_args *);