diff options
author | Martin Schröder <martin@oneiros.de> | 2008-02-03 14:02:48 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-02-03 14:02:48 +0000 |
commit | a668d3ba8ba143cdcbeba76c36eac02be10000bd (patch) | |
tree | 625d5d31c41deca96033d7151b1eca7652d1214c /Build | |
parent | 8d602fb9d17450cd3195527e717053d2e1e8d651 (diff) |
Update obsdcompat from pdftex
git-svn-id: svn://tug.org/texlive/trunk@6493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/libs/obsdcompat/README | 2 | ||||
-rw-r--r-- | Build/source/libs/obsdcompat/openbsd-compat.h | 2 |
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 |