comparison cpudetect.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents 53a0e8f92bbd
children 1b2fc92980d9
comparison
equal deleted inserted replaced
8122:272b1fda7287 8123:9fc45fe0d444
10 #include <stdlib.h> 10 #include <stdlib.h>
11 11
12 #ifdef ARCH_X86 12 #ifdef ARCH_X86
13 13
14 #include <stdio.h> 14 #include <stdio.h>
15 #include <string.h>
15 16
16 #ifdef __FreeBSD__ 17 #ifdef __FreeBSD__
17 #include <sys/types.h> 18 #include <sys/types.h>
18 #include <sys/sysctl.h> 19 #include <sys/sysctl.h>
19 #endif 20 #endif