aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:06:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:06:18 +0000
commit2c4b10dd85df1c4bf7d54fb68adbf12b469c49df (patch)
treee89830c1d3d9366424f63c749949ed52a0fec513
parentca740c1f473af3acab4902a4008044cc78e44dd9 (diff)
Notes
-rw-r--r--lib/libc/stdio/refill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c
index 2adb3a73bf49..fa46d7882a41 100644
--- a/lib/libc/stdio/refill.c
+++ b/lib/libc/stdio/refill.c
@@ -73,6 +73,7 @@ lflush(FILE *fp)
int
__srefill(FILE *fp)
{
+
/* make sure stdio is set up */
if (!__sdidinit)
__sinit();