diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2017-12-07 17:06:22 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2017-12-07 17:06:22 +0000 |
commit | 7754a7307b83071ac2b33093a11cee9a2dc01ac4 (patch) | |
tree | 9aeb6787e4b01998e8c1dc143e20dc341c3a57d5 /sysutils/beats/files/patch-gopsutil | |
parent | devel/py-codecov: update to 2.0.10 (diff) |
Update to version 6.0.1
Notes
Notes:
svn path=/head/; revision=455741
Diffstat (limited to 'sysutils/beats/files/patch-gopsutil')
-rw-r--r-- | sysutils/beats/files/patch-gopsutil | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/beats/files/patch-gopsutil b/sysutils/beats/files/patch-gopsutil deleted file mode 100644 index 9541876d7f21..000000000000 --- a/sysutils/beats/files/patch-gopsutil +++ /dev/null @@ -1,22 +0,0 @@ ---- ../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 { |