Re: svn commit: r244735 - head/lib/libutil

2012-12-27 Thread Baptiste Daroussin
On Thu, Dec 27, 2012 at 09:21:13PM +0100, Jilles Tjoelker wrote: > On Thu, Dec 27, 2012 at 02:09:50PM +, Baptiste Daroussin wrote: > > Author: bapt > > Date: Thu Dec 27 14:09:50 2012 > > New Revision: 244735 > > URL: http://svnweb.freebsd.org/changeset/base/244735 > > > Log: > > Use flopen(3

Re: svn commit: r244735 - head/lib/libutil

2012-12-27 Thread Jilles Tjoelker
On Thu, Dec 27, 2012 at 02:09:50PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Dec 27 14:09:50 2012 > New Revision: 244735 > URL: http://svnweb.freebsd.org/changeset/base/244735 > Log: > Use flopen(3) instead of open(2) + flock(2) > Modified: > head/lib/libutil/gr_util.c > h

svn commit: r244735 - head/lib/libutil

2012-12-27 Thread Baptiste Daroussin
Author: bapt Date: Thu Dec 27 14:09:50 2012 New Revision: 244735 URL: http://svnweb.freebsd.org/changeset/base/244735 Log: Use flopen(3) instead of open(2) + flock(2) Modified: head/lib/libutil/gr_util.c head/lib/libutil/pw_util.c Modified: head/lib/libutil/gr_util.c ==