summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-07-11 02:51:02 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-07-11 02:51:02 +0000
commit7fb2cdd9eebcfdd2cdcb841f7261e7e11a65d210 (patch)
tree15c866a6de8e112758486888162a2aa070d9aa3b
parent9688f93163ae4f63a2caa18f6998ab493fefed07 (diff)
Notes
-rw-r--r--sys/sys/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 32133f327486..d5d665aed0bf 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -175,7 +175,7 @@
#endif
/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
-#if __FreeBSD_cc_version >= 300001
+#if __FreeBSD_cc_version >= 300001 && __FreeBSD_cc_version < 500003
#define __printf0like(fmtarg, firstvararg) \
__attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
#else