From 76ba7b937db8f65a7fa1aaf36b6c15ee199ffd4a Mon Sep 17 00:00:00 2001 From: Nicolas Joly Date: Mon, 7 Jan 2008 12:11:52 +0000 Subject: [PATCH] Remove wrong linux32_sys_mmap2_args define. --- sys/compat/linux32/arch/amd64/syscalls.master | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/compat/linux32/arch/amd64/syscalls.master b/sys/compat/linux32/arch/amd64/syscalls.master index dc60731c6b5..78dc2934ba1 100644 --- a/sys/compat/linux32/arch/amd64/syscalls.master +++ b/sys/compat/linux32/arch/amd64/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.24 2007/12/24 15:56:20 njoly Exp $ + $NetBSD: syscalls.master,v 1.25 2007/12/26 13:50:48 njoly Exp $ ; NetBSD i386 COMPAT_LINUX32 system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) @@ -317,7 +317,6 @@ 190 NOARGS { int sys___vfork14(void); } 191 STD { int linux32_sys_ugetrlimit(int which, \ netbsd32_orlimitp_t rlp); } -#define linux32_sys_mmap2_args linux32_sys_mmap_args 192 STD { linux32_off_t linux32_sys_mmap2(netbsd32_u_long addr, \ netbsd32_size_t len, int prot, int flags, int fd, \ linux32_off_t offset); } -- 2.11.4.GIT