瀏覽代碼

fix utmp.h mess, try 2

Rich Felker 13 年之前
父節點
當前提交
96e0aca4d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_LINESIZE 12
+#define UT_NAMESIZE 32
 #define UT_HOSTSIZE 256
 
 #define ut_time ut_tv.tv_sec