diff options
| author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-06-20 18:31:16 +0000 |
|---|---|---|
| committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-06-20 18:31:16 +0000 |
| commit | e78bad2371647f86416a7285ff4a0bcf7d9937ce (patch) | |
| tree | c27ed1ee6761e595f55818a3f3833ad3766d6c61 /lib/libc/gen/getttyent.c | |
| parent | 43f8595f734945005dc346d5de3f238112569d41 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getttyent.c')
| -rw-r--r-- | lib/libc/gen/getttyent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index f9b1e0d85477..83f97e8b96e5 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -178,7 +178,7 @@ setttyent() { if (tf) { - (void)rewind(tf); + rewind(tf); return (1); } else if (tf = fopen(_PATH_TTYS, "r")) return (1); |
