Date: Sat, 26 Nov 2011 16:49:25 +0000 (UTC) From: David Chisnall <theraven@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r228002 - head/lib/libc/gen Message-ID: <201111261649.pAQGnPK9000678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: theraven Date: Sat Nov 26 16:49:25 2011 New Revision: 228002 URL: http://svn.freebsd.org/changeset/base/228002 Log: style(9) fix. Approved by: dim (mentor) Modified: head/lib/libc/gen/_pthread_stubs.c Modified: head/lib/libc/gen/_pthread_stubs.c ============================================================================== --- head/lib/libc/gen/_pthread_stubs.c Sat Nov 26 16:38:49 2011 (r228001) +++ head/lib/libc/gen/_pthread_stubs.c Sat Nov 26 16:49:25 2011 (r228002) @@ -297,7 +297,7 @@ stub_self(void) static int stub_fail(void) { - return ENOSYS; + return (ENOSYS); } static int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111261649.pAQGnPK9000678>