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