summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-12-07 19:36:16 +0000
committermarcel <marcel@FreeBSD.org>2003-12-07 19:36:16 +0000
commitf3326a4c713c944d11c27c73a1fc32aa129aa340 (patch)
treec39b7369f98a65ffcf7e7e54da9267373809c2a5 /sys/sys/syscall.h
parent2ba380839b51268fdea62444f179aed76fb83b0e (diff)
downloadFreeBSD-src-f3326a4c713c944d11c27c73a1fc32aa129aa340.zip
FreeBSD-src-f3326a4c713c944d11c27c73a1fc32aa129aa340.tar.gz
Regen due to kse_switchin(2).
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 624234f..84cd850 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.158 2003/11/14 03:48:37 jeff Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.159 2003/12/07 19:34:28 marcel Exp
*/
#define SYS_syscall 0
@@ -351,4 +351,5 @@
#define SYS_extattr_list_fd 437
#define SYS_extattr_list_file 438
#define SYS_extattr_list_link 439
-#define SYS_MAXSYSCALL 440
+#define SYS_kse_switchin 440
+#define SYS_MAXSYSCALL 441
OpenPOWER on IntegriCloud