blob: 017b4b2ccb33ceb1f33a4a6945c9a4ebef878c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1.1.1 2000/11/09 16:43:42 wiz Exp $
--- soundux.h.orig Mon Jan 24 16:13:54 2000
+++ soundux.h
@@ -77,7 +77,7 @@
int stereo;
bool8 sixteen_bit;
bool8 encoded;
-#ifdef __sun
+#if defined(__sun) || defined(__NetBSD__)
int last_eof;
#endif
#ifdef __sgi
|