fetch_bsd_cpuinfo: no love from hurd

pull/1355/head
nick black 3 years ago
parent c10f5a40ce
commit 54c5675318
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -77,7 +77,7 @@ static distro_info distros[] = {
static int
fetch_bsd_cpuinfo(fetched_info* fi){
#ifdef __linux__
#if defined(__linux__) || defined(__gnu_hurd__)
(void)fi;
#else
size_t len = sizeof(fi->core_count);

Loading…
Cancel
Save