summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/misc/utmp/utent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/utmp/utent.c b/libc/misc/utmp/utent.c
index 220bd6db6..2746b0b35 100644
--- a/libc/misc/utmp/utent.c
+++ b/libc/misc/utmp/utent.c
@@ -33,7 +33,6 @@ void setutent(void)
if (ut_fd != -1)
close(ut_fd);
if ((ut_fd = open(ut_name, O_RDONLY)) < 0) {
- perror("setutent: Can't open utmp file");
ut_fd = -1;
}
}