mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
$NetBSD: patch-aj,v 1.3 2005/10/03 20:42:59 joerg Exp $
|
|
|
|
--- lib-src/libnyquist/snd/sndcvt.c.orig 2005-07-22 17:15:57.000000000 +0000
|
|
+++ lib-src/libnyquist/snd/sndcvt.c
|
|
@@ -16,7 +16,7 @@
|
|
#ifdef WIN32
|
|
#include <sys/stat.h>
|
|
#include "io.h"
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
|
|
#include <sys/stat.h>
|
|
#endif /* WIN32 */
|
|
#define L_SET SEEK_SET
|