Andrew Klossner dc4b0b38d4 Fix printf errors.
The compiler will help find mismatches between printf formats and
arguments if you let it.  This patch adds the necessary attributes to
declarations in include/common.h, then begins to correct the resulting
compiler warnings.  Some of these were bugs, e.g., "$d" instead of
"%d" and incorrect arguments.  Others were just annoying, like
int-long mismatches on a system where both are 32 bits.  It's worth
fixing the annoying errors to catch the real ones.

Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
2008-07-09 23:55:46 +02:00
..
2008-04-13 09:59:26 -07:00
2008-02-14 01:26:13 +01:00
2004-02-27 00:07:27 +00:00
2002-07-20 20:14:13 +00:00
2005-04-01 00:25:43 +00:00
2008-07-09 23:55:46 +02:00
2000-12-28 11:02:30 +00:00