aboutsummaryrefslogtreecommitdiff
path: root/audio/festival+OGI/files/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festival+OGI/files/patch-am')
-rw-r--r--audio/festival+OGI/files/patch-am13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/festival+OGI/files/patch-am b/audio/festival+OGI/files/patch-am
deleted file mode 100644
index 3cd79202f9d1..000000000000
--- a/audio/festival+OGI/files/patch-am
+++ /dev/null
@@ -1,13 +0,0 @@
-passing `int *' as argument 3 of `accept(int, sockaddr *, socklen_t *)' changes signedness
-
---- speech_tools/utils/EST_Server.cc.orig Thu Nov 18 23:14:51 1999
-+++ speech_tools/utils/EST_Server.cc Sun Jun 11 17:27:17 2000
-@@ -647,7 +647,7 @@
-
- while (connected() &&
- (csocket = accept(p_socket, (struct sockaddr *) &sin,
-- SOCKLEN_CAST &sin_size))>=0)
-+ (socklen_t *) &sin_size))>=0)
- {
- if (p_trace)
- *p_trace << "connection " << csocket << "\n";