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

2008-11-25 Thread Sean C. Farley
On Mon, 24 Nov 2008, Dag-Erling Smørgrav wrote: Sean Farley <[EMAIL PROTECTED]> writes: Log: Fixed style issues with variable ordering and naming, spacing and parentheses. Fixed alignment issue in gr_dup() in its assignment of gr_mem using a struct to force alignment without performing

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

2008-11-24 Thread Dag-Erling Smørgrav
Sean Farley <[EMAIL PROTECTED]> writes: > Log: > Fixed style issues with variable ordering and naming, spacing and > parentheses. > > Fixed alignment issue in gr_dup() in its assignment of gr_mem using a > struct to force alignment without performing alignment mathematics. This > was

svn commit: r185237 - head/lib/libutil

2008-11-23 Thread Sean Farley
Author: scf Date: Sun Nov 23 23:26:12 2008 New Revision: 185237 URL: http://svn.freebsd.org/changeset/base/185237 Log: Fixed style issues with variable ordering and naming, spacing and parentheses. Fixed alignment issue in gr_dup() in its assignment of gr_mem using a struct to force ali