Date: Mon, 24 May 2010 13:44:39 +0000 (UTC) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r208503 - head/lib/libthr/thread Message-ID: <201005241344.o4ODidVZ016233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: deischen Date: Mon May 24 13:44:39 2010 New Revision: 208503 URL: http://svn.freebsd.org/changeset/base/208503 Log: Coalesce one more broken line. Modified: head/lib/libthr/thread/thr_condattr.c Modified: head/lib/libthr/thread/thr_condattr.c ============================================================================== --- head/lib/libthr/thread/thr_condattr.c Mon May 24 13:43:11 2010 (r208502) +++ head/lib/libthr/thread/thr_condattr.c Mon May 24 13:44:39 2010 (r208503) @@ -103,8 +103,7 @@ _pthread_condattr_setclock(pthread_conda } int -_pthread_condattr_getpshared(const pthread_condattr_t *attr, - int *pshared) +_pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared) { if (attr == NULL || *attr == NULL) return (EINVAL);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005241344.o4ODidVZ016233>