blob: 1a40eab5972762c314e2600c3a81a82449a187e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|