summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-obuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-obuffer.h')
-rw-r--r--audio/maplay/files/patch-obuffer.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/audio/maplay/files/patch-obuffer.h b/audio/maplay/files/patch-obuffer.h
deleted file mode 100644
index 7362f7a22b40..000000000000
--- a/audio/maplay/files/patch-obuffer.h
+++ /dev/null
@@ -1,45 +0,0 @@
---- obuffer.h.orig 1994-06-23 12:14:40 UTC
-+++ obuffer.h
-@@ -27,7 +27,7 @@
- #ifndef OBUFFER_H
- #define OBUFFER_H
-
--#include <iostream.h>
-+#include <iostream>
- #include <unistd.h>
- #include <stdlib.h>
- #include "all.h"
-@@ -123,20 +123,20 @@ private:
-
- public:
- #ifdef ULAW
-- SparcObuffer (Header *, bool use_speaker, bool use_headphone, bool use_line_out);
-+ SparcObuffer (Header *, boolean use_speaker, boolean use_headphone, boolean use_line_out);
- #else
- SparcObuffer (uint32 number_of_channels, Header *,
-- bool use_speaker, bool use_headphone, bool use_line_out);
-+ boolean use_speaker, boolean use_headphone, boolean use_line_out);
- #endif
- ~SparcObuffer (void);
- void append (uint32 channel, int16 value);
- void write_buffer (int dummy);
-
- #ifdef ULAW
-- static bool class_suitable (uint32 number_of_channels, bool force_amd);
-+ static boolean class_suitable (uint32 number_of_channels, boolean force_amd);
- // returnvalue == False: no u-law output possible (class unsuitable)
- #else
-- static bool class_suitable (void);
-+ static boolean class_suitable (void);
- // returnvalue == False: no 16-bit output possible (class unsuitable)
- #endif
- };
-@@ -159,7 +159,7 @@ public:
- void append (uint32 channel, int16 value);
- void write_buffer (int dummy);
-
-- static bool class_suitable (uint32 number_of_channels);
-+ static boolean class_suitable (uint32 number_of_channels);
- };
- #endif // LINUX
-