diff options
| author | James Raynard <jraynard@FreeBSD.org> | 1996-06-12 22:59:55 +0000 | 
|---|---|---|
| committer | James Raynard <jraynard@FreeBSD.org> | 1996-06-12 22:59:55 +0000 | 
| commit | 45f6af02524004681276825c75dc734695d119ac (patch) | |
| tree | cfe4e5c175af1b86f8edd90380fb043a65690b52 /lib/libc/stdio/vprintf.c | |
| parent | b83100194d4f0c9572abe0fead120220437216f0 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/vprintf.c')
| -rw-r--r-- | lib/libc/stdio/vprintf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index f8184bb6b280..069411e3bb4c 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)vprintf.c	8.1 (Berkeley) 6/4/93";  #include <stdio.h> -vprintf(fmt, ap) +int vprintf(fmt, ap)  	char const *fmt;  	_BSD_VA_LIST_ ap;  {  | 
