Update applet define from BB_CP_MV to BB_CP and BB_MV.
[oweals/busybox.git] / dutmp.c
diff --git a/dutmp.c b/dutmp.c
index 26253b44551a2bc356ea5fd0f54ab482673e872b..df5ee13fb59e5faa2a578ec3e1749db569d41c4d 100644 (file)
--- a/dutmp.c
+++ b/dutmp.c
@@ -42,7 +42,7 @@ extern int dutmp_main(int argc, char **argv)
        }
 
 /* Kludge around the fact that the binary format for utmp has changed. */
-#if __GNU_LIBRARY__ < 5
+#if __GNU_LIBRARY__ < 5 || defined __UCLIBC__
        /* Linux libc5 */
        while (read(file, (void*)&ut, sizeof(struct utmp))) {
                printf("%d|%d|%s|%s|%s|%s|%s|%lx\n",