summaryrefslogtreecommitdiff
path: root/audio/speak_freely/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speak_freely/files/patch-ac')
-rw-r--r--audio/speak_freely/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/speak_freely/files/patch-ac b/audio/speak_freely/files/patch-ac
deleted file mode 100644
index 94ed40050744..000000000000
--- a/audio/speak_freely/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- mike.c.orig Wed Mar 5 14:08:20 1997
-+++ mike.c Tue Dec 15 22:21:32 1998
-@@ -8,6 +8,7 @@
- */
-
- #include "speakfree.h"
-+#define sendfile sf_sendfile
-
- /* Destination host descriptor. */
-
-@@ -687,6 +688,9 @@
- (sb->buffer.buffer_len > 16)) {
- pktlen += sizeof(sb->sendinghost);
- }
-+ /* must stay in network order for debugging output */
-+ sb->compression = htonl(sb->compression);
-+ sb->buffer.buffer_len = htonl(sb->buffer.buffer_len);
- }
- }
- }