diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index c8d62ccf8da..67723632509 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp $ + $Id: syscalls.master,v 1.54 1998/11/05 14:28:24 dg Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. @@ -470,3 +470,4 @@ 335 STD BSD { int utrace(caddr_t addr, size_t len); } 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); }