From ce98590a350ee29d156709f090ae38aad0107321 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Sat, 23 Apr 2016 22:18:34 +0900 Subject: [PATCH] [host]linux: forgot to add sizeOfUtmp. --- host/host_linux_386.go | 1 + 1 file changed, 1 insertion(+) diff --git a/host/host_linux_386.go b/host/host_linux_386.go index 0035a5c..79b5cb5 100644 --- a/host/host_linux_386.go +++ b/host/host_linux_386.go @@ -11,6 +11,7 @@ const ( sizeofInt = 0x4 sizeofLong = 0x4 sizeofLongLong = 0x8 + sizeOfUtmp = 0x180 ) type (