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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 0f99af8ca390..e73916d4dde7 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.162 2003/12/23 03:51:36 peter Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.166 2004/02/03 05:08:32 deischen Exp
*/
#define SYS_syscall 0
@@ -352,4 +352,5 @@
#define SYS_extattr_list_file 438
#define SYS_extattr_list_link 439
#define SYS_kse_switchin 440
-#define SYS_MAXSYSCALL 441
+#define SYS_ksem_timedwait 441
+#define SYS_MAXSYSCALL 442