diff options
Diffstat (limited to 'contrib/sendmail/libsm/vsnprintf.c')
-rw-r--r-- | contrib/sendmail/libsm/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/vsnprintf.c b/contrib/sendmail/libsm/vsnprintf.c index f0da60285316..14da520f7f9f 100644 --- a/contrib/sendmail/libsm/vsnprintf.c +++ b/contrib/sendmail/libsm/vsnprintf.c @@ -42,7 +42,7 @@ sm_vsnprintf(str, n, fmt, ap) char *str; size_t n; const char *fmt; - SM_VA_LOCAL_DECL + va_list ap; { int ret; char dummy; |