summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/libs/obsdcompat/README2
-rw-r--r--Build/source/libs/obsdcompat/openbsd-compat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/obsdcompat/README b/Build/source/libs/obsdcompat/README
index 8fa2f89491c..9bc9a4ad2b8 100644
--- a/Build/source/libs/obsdcompat/README
+++ b/Build/source/libs/obsdcompat/README
@@ -8,4 +8,4 @@ licenses (either BSD or public domain). Check them for license etc.
Please send bug reports, offers of help, etc. to martin@pdftex.org
-Martin Schröder, $Date: 2007-07-11 15:11:12 +0200 (Mi, 11 Jul 2007) $
+Martin Schröder, $Date: 2007-05-20 22:05:14 +0200 (So, 20 Mai 2007) $
diff --git a/Build/source/libs/obsdcompat/openbsd-compat.h b/Build/source/libs/obsdcompat/openbsd-compat.h
index f3cdf32a55a..869d37e3db8 100644
--- a/Build/source/libs/obsdcompat/openbsd-compat.h
+++ b/Build/source/libs/obsdcompat/openbsd-compat.h
@@ -68,7 +68,7 @@ int asprintf(char **, const char *, ...);
#ifndef HAVE_SNPRINTF
/* see http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf */
-int snprintf(char *, size_t, const char *, ...);
+int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
#endif
#ifndef HAVE_STRTOLL