diff options
Diffstat (limited to 'hardware.c')
-rw-r--r-- | hardware.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ static void readProcCpuInfo (char *model, char *cache) { ** Reads /proc/cpuinfo if on a linux system ** Writes output */ -void hardware(const int write_to_file, FILE *global_ofile) { +void hardware(FILE *global_ofile) { char os[BUF_SIZ]; char model[BUF_SIZ]; char cache[BUF_SIZ]; |