summaryrefslogtreecommitdiff
path: root/Build/source/libs/obsdcompat/openbsd-compat.h
diff options
context:
space:
mode:
authorMartin Schröder <martin@oneiros.de>2008-02-03 14:02:48 +0000
committerMartin Schröder <martin@oneiros.de>2008-02-03 14:02:48 +0000
commita668d3ba8ba143cdcbeba76c36eac02be10000bd (patch)
tree625d5d31c41deca96033d7151b1eca7652d1214c /Build/source/libs/obsdcompat/openbsd-compat.h
parent8d602fb9d17450cd3195527e717053d2e1e8d651 (diff)
Update obsdcompat from pdftex
git-svn-id: svn://tug.org/texlive/trunk@6493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/obsdcompat/openbsd-compat.h')
-rw-r--r--Build/source/libs/obsdcompat/openbsd-compat.h2
1 files changed, 1 insertions, 1 deletions
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