From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 8 00:39:52 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 2651C106566B; Fri, 8 Oct 2010 00:39:52 +0000 (UTC) Date: Fri, 8 Oct 2010 00:39:52 +0000 From: Alexander Best To: freebsd-emulation@freebsd.org Message-ID: <20101008003952.GA75136@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline Subject: fix typo in amd64/linux32/syscalls.master X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 00:39:52 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline just a typo. please don't forget to run 'make sysent' to populate the changes. cheers. alex ps: typo doesn't exist in i386/pc98 syscalls.master. -- a13x --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="syscalls.master.diff" diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master index cff2ad7..9c89946 100644 --- a/sys/amd64/linux32/syscalls.master +++ b/sys/amd64/linux32/syscalls.master @@ -416,7 +416,7 @@ 245 AUE_NULL UNIMPL linux_io_setup 246 AUE_NULL UNIMPL linux_io_destroy 247 AUE_NULL UNIMPL linux_io_getevents -248 AUE_NULL UNIMPL inux_io_submit +248 AUE_NULL UNIMPL linux_io_submit 249 AUE_NULL UNIMPL linux_io_cancel 250 AUE_NULL STD { int linux_fadvise64(void); } 251 AUE_NULL UNIMPL --7AUc2qLy4jB3hD7Z--