summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-02 14:35:35 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-02 14:35:35 +0000
commit9d49508644cea52f43cb91a9a4f2a88faffd1c63 (patch)
treee369e2f50ec12b73ad1347b1c8a4c1e8111adfd0
parent06db156986a58501c2da9b68b881d015f8122da7 (diff)
Notes
-rw-r--r--gnu/libexec/uucp/common_sources/uudefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/common_sources/uudefs.h b/gnu/libexec/uucp/common_sources/uudefs.h
index 2b45502b6260..bf3d9f404acc 100644
--- a/gnu/libexec/uucp/common_sources/uudefs.h
+++ b/gnu/libexec/uucp/common_sources/uudefs.h
@@ -287,8 +287,12 @@ extern boolean fparse_cmd P((char *zcmd, struct scmd *qcmd));
#if ANSI_C && HAVE_VFPRINTF
extern void ulog P((enum tlog ttype, const char *zfmt, ...))
#if GNUC_VERSION > 1
+#ifdef __printf0like
+ __printf0like (2, 3)
+#else
__attribute__ ((format (printf, 2, 3)))
#endif
+#endif
;
#else
extern void ulog ();