UT_LINESIZE is 32 (not 12).

This commit is contained in:
Michael Kerrisk 2008-06-29 04:54:17 +00:00
parent 5dff4b55de
commit ff2548cada
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ around; details depend on the version of libc):
#define DEAD_PROCESS 8
#define ACCOUNTING 9
#define UT_LINESIZE 12
#define UT_LINESIZE 32
#define UT_NAMESIZE 32
#define UT_HOSTSIZE 256