mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
429 B
Plaintext
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
|