]> git.pld-linux.org Git - packages/Canna.git/commitdiff
- kill deadly warnings in pod utility
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Aug 2004 13:09:07 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Canna-fixes.patch -> 1.1

Canna-fixes.patch [new file with mode: 0644]

diff --git a/Canna-fixes.patch b/Canna-fixes.patch
new file mode 100644 (file)
index 0000000..c8f514c
--- /dev/null
@@ -0,0 +1,35 @@
+--- Canna35b2/dic/ideo/pubdic/pod.c.orig       2004-08-22 14:34:33.278457000 +0200
++++ Canna35b2/dic/ideo/pubdic/pod.c    2004-08-22 14:54:04.397488547 +0200
+@@ -25,6 +25,8 @@
+ #endif
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #define bzero(a, c) memset(a, 0, c)
+@@ -92,6 +94,7 @@
+ # define WCG3 0x8000
+ # define WCMSK 0x8080
++int
+ Mbstowcs(d, ss, n)
+ Wchar *d;
+ char *ss;
+@@ -1187,6 +1190,7 @@
+   }
+ }
++void
+ shrinkargs(argv, n, count)
+ char **argv;
+ int n, count;
+@@ -1369,6 +1373,7 @@
+   (Wchar)'k', (Wchar)'i', (Wchar)'h', (Wchar)'o', (Wchar)'n', (Wchar)0,
+ };
++int
+ main(argc, argv)
+ int argc;
+ char *argv[];
This page took 0.075906 seconds and 4 git commands to generate.