Index: head/sysutils/metricbeat/files/patch-gopsutil =================================================================== --- head/sysutils/metricbeat/files/patch-gopsutil (nonexistent) +++ head/sysutils/metricbeat/files/patch-gopsutil (revision 428474) @@ -0,0 +1,22 @@ +--- ../src/github.com/elastic/beats/vendor/github.com/shirou/gopsutil/disk/disk_freebsd_386.go.orig 2016-12-13 11:17:18.930219000 +0100 ++++ ../src/github.com/elastic/beats/vendor/github.com/shirou/gopsutil/disk/disk_freebsd_386.go 2016-12-13 11:17:23.015481000 +0100 +@@ -39,6 +39,10 @@ + MNT_SUSPEND = 4 + ) + ++const ( ++ sizeOfDevstat = 0xf0 ++) ++ + type ( + _C_short int16 + _C_int int32 +@@ -95,7 +99,7 @@ + Flags uint32 + Device_type uint32 + Priority uint32 +- ID *byte ++ Id *byte + Sequence1 uint32 + } + type Bintime struct { Property changes on: head/sysutils/metricbeat/files/patch-gopsutil ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property