diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ extern int dutmp_main(int argc, char **argv) | |||
42 | } | 42 | } |
43 | 43 | ||
44 | /* Kludge around the fact that the binary format for utmp has changed. */ | 44 | /* Kludge around the fact that the binary format for utmp has changed. */ |
45 | #if __GNU_LIBRARY__ < 5 | 45 | #if __GNU_LIBRARY__ < 5 || defined __UCLIBC__ |
46 | /* Linux libc5 */ | 46 | /* Linux libc5 */ |
47 | while (read(file, (void*)&ut, sizeof(struct utmp))) { | 47 | while (read(file, (void*)&ut, sizeof(struct utmp))) { |
48 | printf("%d|%d|%s|%s|%s|%s|%s|%lx\n", | 48 | printf("%d|%d|%s|%s|%s|%s|%s|%lx\n", |