bbdf0720f7
default deals only with two level hierachies. Add explicit saving of %ebp around cpuid, since GCC 3.4 doesn't like the register clobbering. Add DragonFly and OpenBSD conditionals. The latter are not tested, but wiz@ suggested them as most likely correct.
13 lines
396 B
Text
13 lines
396 B
Text
$NetBSD: patch-ad,v 1.4 2005/10/03 20:42:59 joerg Exp $
|
|
|
|
--- lib-src/libnyquist/snd/sndio.c.orig Sat Feb 28 11:19:39 2004
|
|
+++ lib-src/libnyquist/snd/sndio.c
|
|
@@ -20,7 +20,7 @@
|
|
#ifdef WIN32
|
|
#include <sys/stat.h>
|
|
#include "io.h"
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
|
|
#include <sys/stat.h>
|
|
#else
|
|
#endif
|