summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-01-23 21:08:24 +0000
committerjilles <jilles@FreeBSD.org>2015-01-23 21:08:24 +0000
commit6ad32c1c7937ea6cc035c8260bd9091cc2ea5626 (patch)
treeeca22a6b1ef83742d942b06f8a3db4d91c491da4 /sys/sys/syscall.h
parent67db24d0f2b81a222335fe5bb13977ef0c2258a9 (diff)
downloadFreeBSD-src-6ad32c1c7937ea6cc035c8260bd9091cc2ea5626.zip
FreeBSD-src-6ad32c1c7937ea6cc035c8260bd9091cc2ea5626.tar.gz
Run make sysent.
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 42e5290..54a450f 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 276654 2015-01-04 10:34:02Z dchagin
+ * created from FreeBSD: head/sys/kern/syscalls.master 277610 2015-01-23 21:07:08Z jilles
*/
#define SYS_syscall 0
@@ -463,4 +463,6 @@
#define SYS_aio_mlock 543
#define SYS_procctl 544
#define SYS_ppoll 545
-#define SYS_MAXSYSCALL 546
+#define SYS_futimens 546
+#define SYS_utimensat 547
+#define SYS_MAXSYSCALL 548
OpenPOWER on IntegriCloud