Added cpuinfo to freebsd port

This commit is contained in:
TheDarkBug 2021-07-22 18:48:36 +02:00
commit d0597d5909
3 changed files with 13 additions and 5 deletions

View file

@ -406,7 +406,7 @@ void get_info()
break;
}
}
#ifndef __FREEBSD__
while (fgets(line, sizeof(line), cpuinfo))
#ifdef __FREEBSD__
if (sscanf(line, "hw.model: %[^\n]", cpu_model))
@ -415,6 +415,7 @@ void get_info()
#endif
break;
sprintf(user, "%s", getenv("USER"));
#endif
if (iscygwin == 0)
fclose(os_release);
}