summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfscanf.c
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1996-06-12 22:59:55 +0000
committerJames Raynard <jraynard@FreeBSD.org>1996-06-12 22:59:55 +0000
commit45f6af02524004681276825c75dc734695d119ac (patch)
treecfe4e5c175af1b86f8edd90380fb043a65690b52 /lib/libc/stdio/vfscanf.c
parentb83100194d4f0c9572abe0fead120220437216f0 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/vfscanf.c')
-rw-r--r--lib/libc/stdio/vfscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c
index 22ed5a0dc15a..f975341a0206 100644
--- a/lib/libc/stdio/vfscanf.c
+++ b/lib/libc/stdio/vfscanf.c
@@ -94,7 +94,7 @@ static u_char *__sccl();
/*
* vfscanf
*/
-__svfscanf(fp, fmt0, ap)
+int __svfscanf(fp, fmt0, ap)
register FILE *fp;
char const *fmt0;
va_list ap;