diff options
author | Colin Watson <cjwatson@debian.org> | 2016-08-06 10:49:59 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-08-07 12:18:58 +0100 |
commit | 477bb7636238c106f8cd7c868a8c0c5eabcfb3db (patch) | |
tree | 601176af2ecf358c36b766776a86845ad7a3cd6f /openbsd-compat/bsd-snprintf.c | |
parent | 747fac2de0d889183f67f6900194c0462c558544 (diff) | |
parent | 4c914ccd85bbf391c4dc61b85e3c178fef465e3f (diff) |
New upstream release (7.3p1).
Diffstat (limited to 'openbsd-compat/bsd-snprintf.c')
-rw-r--r-- | openbsd-compat/bsd-snprintf.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 23a635989..d95b6a401 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c | |||
@@ -99,18 +99,6 @@ | |||
99 | # undef HAVE_VSNPRINTF | 99 | # undef HAVE_VSNPRINTF |
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | #ifndef VA_COPY | ||
103 | # ifdef HAVE_VA_COPY | ||
104 | # define VA_COPY(dest, src) va_copy(dest, src) | ||
105 | # else | ||
106 | # ifdef HAVE___VA_COPY | ||
107 | # define VA_COPY(dest, src) __va_copy(dest, src) | ||
108 | # else | ||
109 | # define VA_COPY(dest, src) (dest) = (src) | ||
110 | # endif | ||
111 | # endif | ||
112 | #endif | ||
113 | |||
114 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) | 102 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |
115 | 103 | ||
116 | #include <ctype.h> | 104 | #include <ctype.h> |