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/wsetup.c | |
parent | b83100194d4f0c9572abe0fead120220437216f0 (diff) | |
download | src-test2-45f6af02524004681276825c75dc734695d119ac.tar.gz src-test2-45f6af02524004681276825c75dc734695d119ac.zip |
Notes
Diffstat (limited to 'lib/libc/stdio/wsetup.c')
-rw-r--r-- | lib/libc/stdio/wsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 1215edc27f17..c494f69a5dd3 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)wsetup.c 8.1 (Berkeley) 6/4/93"; * because either _flags does not include __SWR, or _buf is NULL. * _wsetup returns 0 if OK to write, nonzero otherwise. */ -__swsetup(fp) +int __swsetup(fp) register FILE *fp; { /* make sure stdio is set up */ |