353a876869
have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc.
13 lines
429 B
Text
13 lines
429 B
Text
$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
|