Backed out rev.1.57. This restores format checking functions like

err() again.  All known err() format errors in src that developed
while format checking was broken have been fixed.  Tested on i386,
alpha, ia64.
This commit is contained in:
Bruce Evans 2003-04-18 18:59:34 +00:00
parent 05f44fb980
commit f029471dbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113679

View File

@ -189,7 +189,7 @@
#endif
/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
#if __FreeBSD_cc_version >= 300001 && __FreeBSD_cc_version < 500003
#if __FreeBSD_cc_version >= 300001
#define __printf0like(fmtarg, firstvararg) \
__attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
#else