----- Original Message -----
From: "Thomas Bushnell BSG" <tb@becket.net>
To: "Barry deFreese" <bddebian@comcast.net>
Cc: <bug-hurd@gnu.org>
Sent: Thursday, November 09, 2006 8:05 PM
Subject: Re: Gnumach Cleanup Round 3 - Move printf.h and add
panicdeclaration
Why the change to add parentheses to printf.c:_doprnt? (If this is to
shut up a gcc warning, then it seems ok, I guess.)
We do not normally put comments on #include's saying why the file was
included for a couple reasons: it very quickly gets out of date, and it
doesn't really communicate anything very important. Such comments
belong in the ChangeLog entry, something like this:
* ddb/db_command.c: Include <kern/debug.h> for panic.
Thomas