style(9) manpage __P removal
Matthew Dillon
dillon at apollo.backplane.com
Mon Sep 22 22:57:55 PDT 2003
:For my own work I have actually moved to an in-between form:
:
:int
:fubar(int a,
: int b,
: int c,
: int d)
:{
:}
:
:or
:
:int
:dowhacky(char a,
: int b,
: unsigned long c,
:..
Uh. Well... ick. :-). Fortunately we have a precedent... the
portions of the FreeBSD kernel that have already been ANSIzed used
the more compressed form:
int
fubar(int a, int b, int c, int d)
{
}
-Matt
More information about the Submit
mailing list