summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-31 16:21:19 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-31 16:21:19 +0000
commit4f5d847f7d22539daf924603c1aba54f691e870e (patch)
treef6d20c166c54c031347bf1e79e8ab57fc9ad7735 /sys/sys/syscall.h
parentcb4f33ea3159d458714cc82ae47bdeca7b9d636f (diff)
downloadFreeBSD-src-4f5d847f7d22539daf924603c1aba54f691e870e.zip
FreeBSD-src-4f5d847f7d22539daf924603c1aba54f691e870e.tar.gz
o Part two of introduction of extattr_{delete,get,set}_fd() system calls,
regenerate necessary automatically-generated code. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 9a848b5..7982564 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.86 2001/03/19 05:44:14 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.87 2001/03/31 16:20:05 rwatson Exp
*/
#define SYS_syscall 0
@@ -291,4 +291,7 @@
#define SYS___cap_get_file 367
#define SYS___cap_set_fd 368
#define SYS___cap_set_file 369
-#define SYS_MAXSYSCALL 371
+#define SYS_extattr_set_fd 371
+#define SYS_extattr_get_fd 372
+#define SYS_extattr_delete_fd 373
+#define SYS_MAXSYSCALL 374
OpenPOWER on IntegriCloud