diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-26 11:45:54 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-26 11:45:54 +0000 |
| commit | 21a1863da82442a1183f9c02d4dd0d770eb08d35 (patch) | |
| tree | 266fb46d96566014068686abcccbaa632a5c6d1f /lib/libc/stdio/freopen.c | |
| parent | 3874baafd876aca35b32d02ca1b6c23f47d73733 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/freopen.c')
| -rw-r--r-- | lib/libc/stdio/freopen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 66794dd4582d..eba84700c54e 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -188,9 +188,6 @@ finish: FREELB(fp); fp->_lb._size = 0; fp->_extra->orientation = 0; - memset(&fp->_extra->state, 0, sizeof(fp->_extra->state)); - memset(&fp->_extra->cstate, 0, sizeof(fp->_extra->cstate)); - fp->_extra->cstatepos = 0; if (f < 0) { /* did not get it after all */ fp->_flags = 0; /* set it free */ |
