[host]linux: forgot to add sizeOfUtmp.

pull/190/head
Shirou WAKAYAMA 9 years ago
parent 15ff7e19df
commit ce98590a35

@ -11,6 +11,7 @@ const (
sizeofInt = 0x4
sizeofLong = 0x4
sizeofLongLong = 0x8
sizeOfUtmp = 0x180
)
type (

Loading…
Cancel
Save