aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 31252c1d1215..14acb4c43c62 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: head/sys/kern/syscalls.master 224987 2011-08-18 22:51:30Z jonathan
+ * created from FreeBSD: head/sys/kern/syscalls.master 227070 2011-11-04 04:02:50Z jhb
*/
#define SYS_syscall 0
@@ -446,4 +446,5 @@
#define SYS_rctl_add_rule 528
#define SYS_rctl_remove_rule 529
#define SYS_posix_fallocate 530
+#define SYS_posix_fadvise 531
#define SYS_MAXSYSCALL 532