diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 21:20:22 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 21:20:22 +0000 |
commit | 2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f (patch) | |
tree | 1459a65fc7a45f9f3af6c41b1ffc5b498ca4de25 /contrib/sendmail/libsm/vasprintf.c | |
parent | 906c312bbf7493ccbcce883936d67e5c66a9c3c2 (diff) | |
parent | 28fbd2825d216dafca4d991ad96d05b312f4f9a3 (diff) | |
download | src-2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f.tar.gz src-2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f.zip |
Diffstat (limited to 'contrib/sendmail/libsm/vasprintf.c')
-rw-r--r-- | contrib/sendmail/libsm/vasprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/vasprintf.c b/contrib/sendmail/libsm/vasprintf.c index a880889a3d35..3bac485b8ff2 100644 --- a/contrib/sendmail/libsm/vasprintf.c +++ b/contrib/sendmail/libsm/vasprintf.c @@ -56,7 +56,7 @@ int sm_vasprintf(str, fmt, ap) char **str; const char *fmt; - SM_VA_LOCAL_DECL + va_list ap; { int ret; SM_FILE_T fake; |