Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2010 11:34:49 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        Konstantin Belousov <kib@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
Message-ID:  <20101008113449.GA47734@freebsd.org>
In-Reply-To: <201010080718.o987IiJB082121@svn.freebsd.org>
References:  <201010080718.o987IiJB082121@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101008113449.GA47734>