diff options
Diffstat (limited to 'proc/host.c')
-rw-r--r-- | proc/host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/host.c b/proc/host.c index e0aff20a..0ce1b766 100644 --- a/proc/host.c +++ b/proc/host.c @@ -340,7 +340,9 @@ void initialize_version_info (void) { extern const char *const mach_cpu_types[]; +#ifndef __x86_64__ extern const char *const mach_cpu_subtypes[][32]; +#endif kernel_version_t kv; char *p; struct host_basic_info info; |