[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix build with recent gcc
From: |
root |
Subject: |
[PATCH] Fix build with recent gcc |
Date: |
Tue, 11 Aug 2009 20:39:24 +0200 |
---
src/modules/module_main.c | 3 ---
src/modules/module_utils.h | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/modules/module_main.c b/src/modules/module_main.c
index 2732cff..5bb5769 100644
--- a/src/modules/module_main.c
+++ b/src/modules/module_main.c
@@ -21,9 +21,6 @@
* $Id: module_main.c,v 1.16 2008-06-27 12:29:26 hanke Exp $
*/
-/* So that gcc doesn't comply */
-int getline(char**, size_t*, FILE*);
-
#define PROCESS_CMD(command, function) \
if (!strcmp(cmd_buf, #command"\n")){ \
char *msg; \
diff --git a/src/modules/module_utils.h b/src/modules/module_utils.h
index e33865a..70e6241 100644
--- a/src/modules/module_utils.h
+++ b/src/modules/module_utils.h
@@ -420,9 +420,6 @@ void module_report_event_pause(void);
-/* So that gcc doesn't complain */
-int getline(char**, size_t*, FILE*);
-
pthread_mutex_t module_stdout_mutex;
int module_utils_init(void);
--
1.6.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20090818/b8f23c5d/attachment.pgp>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Fix build with recent gcc,
root <=