mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
$NetBSD: patch-af,v 1.4 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- soundux.h.orig 2004-12-30 14:15:47.000000000 -0800
|
|
+++ soundux.h
|
|
@@ -127,7 +127,7 @@ typedef struct {
|
|
int stereo;
|
|
bool8 sixteen_bit;
|
|
bool8 encoded;
|
|
-#ifdef __sun
|
|
+#if defined(__sun) || defined(__NetBSD__)
|
|
int last_eof;
|
|
#endif
|
|
#ifdef __sgi
|