summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 10:19:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 10:19:36 +0000
commit6052337c904ed59b49487c8d36630de8def6422e (patch)
tree6e0a5a5e844fd490e959de2f43dee37c0a1c2d4f /sys
parent9d1dc7bd360188f7efa3853c26c569f104f8dee6 (diff)
oops
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master
index 96999e964af..96c797ecb4f 100644
--- a/sys/compat/linux/syscalls.master
+++ b/sys/compat/linux/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.9 1997/07/27 21:01:37 deraadt Exp $
+ $OpenBSD: syscalls.master,v 1.10 1997/07/28 10:19:35 deraadt Exp $
; $NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -256,5 +256,5 @@
160 UNIMPL sched_get_priority_min
161 UNIMPL sched_rr_get_interval
162 UNIMPL nanosleep
-163 STD { int mremap(void *old_address, size_t old_size, \
+163 STD { int sys_mremap(void *old_address, size_t old_size, \
size_t new_size, long flags); }