diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-01-04 11:41:12 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-01-04 11:41:12 +0000 |
| commit | cac3fba0cef6f02458b4c94edda7dc3c69c978c1 (patch) | |
| tree | 8483ea0cffa4ae0ef6258f627c4b4e8cd77ee5c1 | |
| parent | 2ff9e749bef8371bb6c677ad7fd0c1f5ccc2e48d (diff) | |
Notes
| -rw-r--r-- | sys/kern/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 213055f5ab55..2bcbe9d1847f 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -550,11 +550,11 @@ 377 UNIMPL BSD afs_syscall 378 STD BSD { int nmount(struct iovec *iovp, unsigned int iovcnt, \ int flags); } -379 STD BSD { int kse_exit(void); } -380 STD BSD { int kse_wakeup(struct kse_mailbox *mbx); } +379 MSTD BSD { int kse_exit(void); } +380 MSTD BSD { int kse_wakeup(struct kse_mailbox *mbx); } 381 STD BSD { int kse_create(struct kse_mailbox *mbx, \ int newgroup); } -382 STD BSD { int kse_thr_interrupt(struct kse_thr_mailbox *tmbx); } +382 MSTD BSD { int kse_thr_interrupt(struct kse_thr_mailbox *tmbx); } 383 MSTD BSD { int kse_release(void); } 384 MSTD BSD { int __mac_get_proc(struct mac *mac_p); } 385 MSTD BSD { int __mac_set_proc(struct mac *mac_p); } |
