Przeglądaj źródła

fix previous utmp.h junk commit

Rich Felker 13 lat temu
rodzic
commit
108fdd3318
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/utmp.h

+ 1 - 1
include/utmp.h

@@ -8,7 +8,7 @@ extern "C" {
 #include <utmpx.h>
 
 #define ACCOUNTING 9
-#define UT_NAMESIZE 32
+#define UT_LINESIZE 12
 #define UT_HOSTSIZE 256
 
 #define ut_time ut_tv.tv_sec