packages: speech-dispatcher/speech-dispatcher-gcc.patch (NEW) - fix implici...
shadzik
shadzik at pld-linux.org
Sun Dec 6 15:08:18 CET 2009
Author: shadzik Date: Sun Dec 6 14:08:18 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fix implicit declarations of getline()
---- Files affected:
packages/speech-dispatcher:
speech-dispatcher-gcc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/speech-dispatcher/speech-dispatcher-gcc.patch
diff -u /dev/null packages/speech-dispatcher/speech-dispatcher-gcc.patch:1.1
--- /dev/null Sun Dec 6 15:08:18 2009
+++ packages/speech-dispatcher/speech-dispatcher-gcc.patch Sun Dec 6 15:08:13 2009
@@ -0,0 +1,22 @@
+--- src/modules/module_utils.h.orig 2009-12-06 15:04:41.794575028 +0100
++++ src/modules/module_utils.h 2009-12-06 15:04:46.456583006 +0100
+@@ -421,7 +421,7 @@
+
+
+ /* So that gcc doesn't complain */
+-int getline(char**, size_t*, FILE*);
++//int getline(char**, size_t*, FILE*);
+
+ pthread_mutex_t module_stdout_mutex;
+
+--- src/modules/module_main.c.orig 2009-12-06 15:05:04.837354699 +0100
++++ src/modules/module_main.c 2009-12-06 15:05:13.346311782 +0100
+@@ -22,7 +22,7 @@
+ */
+
+ /* So that gcc doesn't comply */
+-int getline(char**, size_t*, FILE*);
++//int getline(char**, size_t*, FILE*);
+
+ #define PROCESS_CMD(command, function) \
+ if (!strcmp(cmd_buf, #command"\n")){ \
================================================================
More information about the pld-cvs-commit
mailing list