Re: svn commit: r235780 - head/include

2012-05-22 Thread Bruce Evans
On Tue, 22 May 2012, Hartmut Brandt wrote: Log: Fix a compilation error with some compilers: __attribute__ requires two parenthesis for its argument, but instead of using __attribute__ directly, use the appropriate __nonnull macro from cdefs.h. This also fixes: - the style bug of hard-codi

svn commit: r235780 - head/include

2012-05-22 Thread Hartmut Brandt
Author: harti Date: Tue May 22 09:59:49 2012 New Revision: 235780 URL: http://svn.freebsd.org/changeset/base/235780 Log: Fix a compilation error with some compilers: __attribute__ requires two parenthesis for its argument, but instead of using __attribute__ directly, use the appropriate __no