2013-09-26 17:14:40 +02:00

14 lines
429 B
Plaintext

$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