diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 10:21:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 10:21:32 +0000 |
commit | a177f86ee4c8ef3b635eaad93d03eed304816cdd (patch) | |
tree | a04bb07744c6a411831ec206bf13fe73324e371d /sys/compat/linux | |
parent | cb1f294852a80117061bc22e939831eeb67d8544 (diff) |
i screwed up twice in 20 seconds, wow
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master index 96c797ecb4f..d180fb8ae1f 100644 --- a/sys/compat/linux/syscalls.master +++ b/sys/compat/linux/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.10 1997/07/28 10:19:35 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.11 1997/07/28 10:21:31 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 sys_mremap(void *old_address, size_t old_size, \ +163 STD { int linux_sys_mremap(void *old_address, size_t old_size, \ size_t new_size, long flags); } |