summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getttyent.c
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-06-20 18:31:16 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-06-20 18:31:16 +0000
commite78bad2371647f86416a7285ff4a0bcf7d9937ce (patch)
treec27ed1ee6761e595f55818a3f3833ad3766d6c61 /lib/libc/gen/getttyent.c
parent43f8595f734945005dc346d5de3f238112569d41 (diff)
Notes
Diffstat (limited to 'lib/libc/gen/getttyent.c')
-rw-r--r--lib/libc/gen/getttyent.c2
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);