summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-05-05 23:47:41 +0000
committermux <mux@FreeBSD.org>2002-05-05 23:47:41 +0000
commitb2f5ccfa53b23c3e6406e04932e9bcf5bed60eaa (patch)
treeee73278f756ea404482f718fab8e7bd5320a4ceb /sys/sys/syscall.h
parent07314cd73a922e08912adf63c1b4845e85a54563 (diff)
downloadFreeBSD-src-b2f5ccfa53b23c3e6406e04932e9bcf5bed60eaa.zip
FreeBSD-src-b2f5ccfa53b23c3e6406e04932e9bcf5bed60eaa.tar.gz
Add the lchflags(2) syscall.
Reviewed by: rwatson
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 c336453..31c0c9a 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.109 2002/04/14 05:31:47 alc Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.111 2002/05/05 23:37:44 mux Exp
*/
#define SYS_syscall 0
@@ -304,4 +304,5 @@
#define SYS_thread_wakeup 382
#define SYS_kse_yield 383
#define SYS_kenv 390
-#define SYS_MAXSYSCALL 391
+#define SYS_lchflags 391
+#define SYS_MAXSYSCALL 392
OpenPOWER on IntegriCloud