On Tue, 30 Jun 2009, 16:38+0200, Dag-Erling Smrgrav wrote:

> Maxim Konovalov <ma...@macomnet.ru> writes:
> > fixed, thanks.
>
> It still says
>
> static void
> usage()
>
> I know this is allowed by C99, but it's not allowed by style(9).
>
>From style(9):

static void
usage()
{
        /* Insert an empty line if the function has no local variables. */
...

Apart from the empty line, what's wrong?

-- 
Maxim Konovalov
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to