summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-07-08 15:25:27 +0000
committertrasz <trasz@FreeBSD.org>2009-07-08 15:25:27 +0000
commit1161d4e10fbef39d4ef38c4b752af75858c22453 (patch)
treefa0242b0964ecce0f03caa92932cfa0f100bfad7 /sys/sys/sysproto.h
parent09784497a28d12cd83a37f13a040e4ad325ef692 (diff)
downloadFreeBSD-src-1161d4e10fbef39d4ef38c4b752af75858c22453.zip
FreeBSD-src-1161d4e10fbef39d4ef38c4b752af75858c22453.tar.gz
Regenerate after lpathconf(2) addition.
Approved by: re (kib)
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index f6da011..7c654bf 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: head/sys/kern/syscalls.master 194910 2009-06-24 21:10:52Z jhb
+ * created from FreeBSD: head/sys/kern/syscalls.master 195458 2009-07-08 15:23:18Z trasz
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1637,6 +1637,10 @@ struct shmctl_args {
char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
char buf_l_[PADL_(struct shmid_ds *)]; struct shmid_ds * buf; char buf_r_[PADR_(struct shmid_ds *)];
};
+struct lpathconf_args {
+ char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
+ char name_l_[PADL_(int)]; int name; char name_r_[PADR_(int)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_exit(struct thread *, struct sys_exit_args *);
int fork(struct thread *, struct fork_args *);
@@ -1994,6 +1998,7 @@ int closefrom(struct thread *, struct closefrom_args *);
int __semctl(struct thread *, struct __semctl_args *);
int msgctl(struct thread *, struct msgctl_args *);
int shmctl(struct thread *, struct shmctl_args *);
+int lpathconf(struct thread *, struct lpathconf_args *);
#ifdef COMPAT_43
@@ -2665,6 +2670,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE___semctl AUE_SEMCTL
#define SYS_AUE_msgctl AUE_MSGCTL
#define SYS_AUE_shmctl AUE_SHMCTL
+#define SYS_AUE_lpathconf AUE_LPATHCONF
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud