Skip to content

Commit ca2b03e

Browse files
authored
Update utmp.h
1 parent d5225a6 commit ca2b03e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/runtime/utmp.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#include "libc/calls/weirdtypes.h"
44
#include "libc/runtime/utmpx.h"
55

6-
#define ACCOUNTING 9
6+
// no good for nuthin define breaks expat
7+
// #define ACCOUNTING 9
78
#define UT_NAMESIZE 32
89
#define UT_HOSTSIZE 256
910
#define UT_LINESIZE 32

0 commit comments

Comments
 (0)