add some missing junk in utmp.h
authorRich Felker <dalias@aerifal.cx>
Tue, 31 Jan 2012 19:39:17 +0000 (14:39 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 31 Jan 2012 19:39:17 +0000 (14:39 -0500)
include/utmp.h

index 540bec3484abd60303a05f667941ea184c710373..92519c2e570734fbe68ef26a37f713809bc0a349 100644 (file)
@@ -7,6 +7,10 @@ extern "C" {
 
 #include <utmpx.h>
 
+#define ACCOUNTING 9
+#define UT_NAMESIZE 32
+#define UT_HOSTSIZE 256
+
 #define ut_time ut_tv.tv_sec
 #define ut_name ut_user
 #define ut_exit __ut_exit