blob: bfa666f52658bd19c01cd7399951b14af18b5475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
--- routines/os_specific/getmemory.h.orig 2006-10-26 15:52:25.000000000 +0000
+++ routines/os_specific/getmemory.h
@@ -21,7 +21,7 @@
#endif
#endif
#endif
- #if defined(__alpha) && !defined(linux)
+ #if defined(__alpha) && !defined(linux) && !defined(__NetBSD__)
#include <sys/sysinfo.h>
#include <machine/hal_sysinfo.h>
#endif
|