提交 515398a6 编写于 作者: S Shirou WAKAYAMA

host: Boottime return type was wrong on darwin #40

上级 170390c0
......@@ -54,7 +54,7 @@ func HostInfo() (*HostInfoStat, error) {
return ret, nil
}
func BootTime() (int64, error) {
func BootTime() (uint64, error) {
values, err := common.DoSysctrl("kern.boottime")
if err != nil {
return 0, err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册