diff options
Diffstat (limited to 'lib/libc/stdio/vsnprintf.c')
| -rw-r--r-- | lib/libc/stdio/vsnprintf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index eae9adc58c83..7f18c8302111 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");  int  vsnprintf(char *__restrict str, size_t n, const char *__restrict fmt, -    _BSD_VA_LIST_ ap) +    __va_list ap)  {  	size_t on;  	int ret; | 
