commit | 8c4025e7082b2440bda844089e1aa2a3504ed6d7 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 05:32:02 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 05:32:02 2002 +0000 |
tree | ce49f1a393a2f96f4ecedb1ccfc7e6eaff607fa1 | |
parent | 5222d31a15bce9d86b2d2781f75006f18df22865 [diff] |
Patch from Danny Lepage <danny.lepage@cognicase.com> to fix dutmp for uClibc.
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index cce260c..cec5629 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c
@@ -39,7 +39,7 @@ } /* Kludge around the fact that the binary format for utmp has changed. */ -#if __GNU_LIBRARY__ < 5 || defined __UCLIBC__ +#if __GNU_LIBRARY__ < 5 /* Linux libc5 */ while (read(file, (void*)&ut, sizeof(struct utmp))) { printf("%d|%d|%s|%s|%s|%s|%s|%lx\n",