summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-05-11 03:55:28 +0000
committerdyson <dyson@FreeBSD.org>1998-05-11 03:55:28 +0000
commitee396db7d3a6e8672a75bb02cff258ca0c155aca (patch)
tree933c065ad2c1f57eea72a60d204caae24000469a /sys/sys/syscall.h
parent24792483ec1e8001000f9a04d734ee9b20788d86 (diff)
downloadFreeBSD-src-ee396db7d3a6e8672a75bb02cff258ca0c155aca.zip
FreeBSD-src-ee396db7d3a6e8672a75bb02cff258ca0c155aca.tar.gz
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
the only common usage of utrace (the possible problem with this commit) is with malloc, so this should be a real problem. Add the various NetBSD syscalls that allow full emulation of their development environment.
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index ec74463..a29f082 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
+ * created from Id: syscalls.master,v 1.49 1998/03/28 11:50:01 dufault Exp
*/
#define SYS_syscall 0
@@ -186,8 +186,8 @@
#define SYS___sysctl 202
#define SYS_mlock 203
#define SYS_munlock 204
-#define SYS_utrace 205
-#define SYS_undelete 206
+#define SYS_undelete 205
+#define SYS_futimes 206
#define SYS_getpgid 207
#define SYS_poll 209
#define SYS___semctl 220
@@ -211,6 +211,14 @@
#define SYS_openbsd_poll 252
#define SYS_issetugid 253
#define SYS_lchown 254
+#define SYS_getdents 272
+#define SYS_lchmod 274
+#define SYS_netbsd_lchown 275
+#define SYS_lutimes 276
+#define SYS_netbsd_msync 277
+#define SYS_nstat 278
+#define SYS_nfstat 279
+#define SYS_nlstat 280
#define SYS_modnext 300
#define SYS_modstat 301
#define SYS_modfnext 302
@@ -244,4 +252,5 @@
#define SYS_sched_get_priority_max 332
#define SYS_sched_get_priority_min 333
#define SYS_sched_rr_get_interval 334
-#define SYS_MAXSYSCALL 335
+#define SYS_utrace 335
+#define SYS_MAXSYSCALL 336
OpenPOWER on IntegriCloud