cvs commit: src/sys/sys
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Sat Oct 23 06:11:10 PDT 2004
joerg 2004/10/23 06:10:45 PDT
DragonFly src repository
Modified files:
sys/sys cdefs.h
Log:
GCC 3.4 doesn't check for NULL format-strings for __attribute__((printf))
by default. Therefore the __printflike macro has to include a nonnull
attribute too, which printf0like doesn't need. This makes the macros
work as expected again.
Revision Changes Path
1.12 +14 -8 src/sys/sys/cdefs.h
http://www.dragonflybsd.org/cvsweb/src/sys/sys/cdefs.h.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list