From: deraadt Date: Fri, 5 Apr 2024 14:16:05 +0000 (+0000) Subject: delete msyscall stub X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ad713c56913c29065923b334e15d64666f293435;p=openbsd delete msyscall stub --- diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c index 1ec8326507c..d8906912716 100644 --- a/sys/uvm/uvm_mmap.c +++ b/sys/uvm/uvm_mmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_mmap.c,v 1.190 2024/04/05 12:58:49 deraadt Exp $ */ +/* $OpenBSD: uvm_mmap.c,v 1.191 2024/04/05 14:16:05 deraadt Exp $ */ /* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */ /* @@ -586,15 +586,6 @@ sys_mprotect(struct proc *p, void *v, register_t *retval) prot, 0, FALSE, TRUE)); } -/* - * sys_msyscall: the msyscall system call - */ -int -sys_msyscall(struct proc *p, void *v, register_t *retval) -{ - return 0; -} - /* * sys_pinsyscalls. The caller is required to normalize base,len * to the minimum .text region, and adjust pintable offsets relative