diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-04-28 11:28:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-04-28 11:28:49 +0000 |
| commit | 02daf150a4434305b9181b0ac9150762afb4c8ce (patch) | |
| tree | 9d6898c936e88ede2300d61052325f9e71cde877 /sys | |
| parent | 604359cf9b9199b99d370d1e374e286c20406bfc (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/syscalls.master | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 899a1052db72..ed7508c1363e 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.56 1999/03/27 21:16:33 alc Exp $ + $Id: syscalls.master,v 1.57 1999/04/04 21:41:16 dt Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. @@ -473,3 +473,4 @@ 336 STD BSD { int sendfile(int fd, int s, off_t offset, size_t nbytes, \ struct sf_hdtr *hdtr, off_t *sbytes, int flags); } 337 STD BSD { int kldsym(int fileid, int cmd, void *data); } +338 STD BSD { int jail(struct jail *jail); } |
