summaryrefslogtreecommitdiff
path: root/include/utmp.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-02-01 14:10:38 -0500
committerRich Felker <dalias@aerifal.cx>2012-02-01 14:10:38 -0500
commit96e0aca4d544cb646c4f96e23397793995f92ab9 (patch)
treefe21e6ba8bff92b740a2f0047d0019973a35aeef /include/utmp.h
parent108fdd3318529eea82406791bfb34f7f9f728662 (diff)
downloadmusl-96e0aca4d544cb646c4f96e23397793995f92ab9.tar.gz
fix utmp.h mess, try 2
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utmp.h b/include/utmp.h
index 77b16c7a..92519c2e 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -8,7 +8,7 @@ extern "C" {
#include <utmpx.h>
#define ACCOUNTING 9
-#define UT_LINESIZE 12
+#define UT_NAMESIZE 32
#define UT_HOSTSIZE 256
#define ut_time ut_tv.tv_sec