From owner-svn-src-head@FreeBSD.ORG Fri Oct 8 11:34:49 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id E97981065672; Fri, 8 Oct 2010 11:34:49 +0000 (UTC) Date: Fri, 8 Oct 2010 11:34:49 +0000 From: Alexander Best To: Konstantin Belousov Message-ID: <20101008113449.GA47734@freebsd.org> References: <201010080718.o987IiJB082121@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010080718.o987IiJB082121@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213544 - head/sys/amd64/linux32 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 11:34:50 -0000 On Fri Oct 8 10, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:18:44 2010 > New Revision: 213544 > URL: http://svn.freebsd.org/changeset/base/213544 > > Log: > Fix typo. > > Submitted by: arundel > MFC after: 3 days > > Modified: > head/sys/amd64/linux32/syscalls.master > > Modified: head/sys/amd64/linux32/syscalls.master > ============================================================================== > --- head/sys/amd64/linux32/syscalls.master Fri Oct 8 07:17:22 2010 (r213543) > +++ head/sys/amd64/linux32/syscalls.master Fri Oct 8 07:18:44 2010 (r213544) > @@ -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 thanks a lot. :) -- a13x