summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-crc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-crc.cc')
-rw-r--r--audio/maplay/files/patch-crc.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/maplay/files/patch-crc.cc b/audio/maplay/files/patch-crc.cc
deleted file mode 100644
index a696e814000e..000000000000
--- a/audio/maplay/files/patch-crc.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- crc.cc.orig 1994-06-23 12:14:35 UTC
-+++ crc.cc
-@@ -18,7 +18,7 @@
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
--#include <iostream.h>
-+#include <iostream>
- #include <stdlib.h>
- #include "crc.h"
-
-@@ -32,7 +32,7 @@ void Crc16::add_bits (uint32 bitstring,
- #ifdef DEBUG
- if (!length)
- {
-- cerr << "Length of bitstring has to be > 0 in Crc16::add_bits()!\n";
-+ std::cerr << "Length of bitstring has to be > 0 in Crc16::add_bits()!\n";
- exit (1);
- }
- #endif