]> git.pld-linux.org Git - packages/gcvs.git/blame - gcvs-types.patch
- release 5
[packages/gcvs.git] / gcvs-types.patch
CommitLineData
b80c83e5
JB
1--- gcvs-1.0/common/getline.c.orig 2002-02-18 03:45:22.000000000 +0000
2+++ gcvs-1.0/common/getline.c 2003-12-06 16:49:32.000000000 +0000
3@@ -142,7 +142,7 @@
4 return ret;
5 }
6
7-int
8+ssize_t
9 getline (char **lineptr, size_t *n, FILE *stream)
10 {
11 return getstr (lineptr, n, stream, '\n', 0);
12--- gcvs-1.0/common/getline.h.orig 2000-02-07 03:19:42.000000000 +0000
13+++ gcvs-1.0/common/getline.h 2003-12-06 16:49:20.000000000 +0000
14@@ -33,7 +33,7 @@
15 #define __PROTO(args) ()
16 #endif /* GCC. */
17
18-int
19+ssize_t
20 getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
21 int
22 getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
This page took 0.03626 seconds and 4 git commands to generate.