]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- type fixes (for 64-bit archs)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Dec 2003 17:07:59 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcvs-types.patch -> 1.1

gcvs-types.patch [new file with mode: 0644]

diff --git a/gcvs-types.patch b/gcvs-types.patch
new file mode 100644 (file)
index 0000000..6aa04b9
--- /dev/null
@@ -0,0 +1,22 @@
+--- gcvs-1.0/common/getline.c.orig     2002-02-18 03:45:22.000000000 +0000
++++ gcvs-1.0/common/getline.c  2003-12-06 16:49:32.000000000 +0000
+@@ -142,7 +142,7 @@
+   return ret;
+ }
+-int
++ssize_t
+ getline (char **lineptr, size_t *n, FILE *stream)
+ {
+   return getstr (lineptr, n, stream, '\n', 0);
+--- gcvs-1.0/common/getline.h.orig     2000-02-07 03:19:42.000000000 +0000
++++ gcvs-1.0/common/getline.h  2003-12-06 16:49:20.000000000 +0000
+@@ -33,7 +33,7 @@
+ #define __PROTO(args) ()
+ #endif  /* GCC.  */
+-int
++ssize_t
+   getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
+ int
+   getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
This page took 0.097081 seconds and 4 git commands to generate.