In article <[email protected]>, Bill Fumerola <[email protected]> wrote: > On Fri, 6 Aug 1999, Matthew Hunt wrote: > > > I have no idea how much of the FreeBSD code would actually build on > > a K&R compiler. > > Thanks to Bruce, a lot of it.
Note, the use of __P is discouraged in new code. From style(9): Only use the __P macro from the include file <sys/cdefs.h> if the source file in general is (to be) compilable with a K&R Old testament compiler. Use of the __P macro in new code is discouraged, although modifications to existing files should be consistent with that file's conventions. John -- John Polstra [email protected] John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

