]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-zlib.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-zlib.patch
1 --- XFree86-4.8.0/xc/programs/mkfontscale/ident.c.orig  2005-03-26 02:28:02.000000000 +0100
2 +++ XFree86-4.8.0/xc/programs/mkfontscale/ident.c       2013-02-15 20:49:41.914882346 +0100
3 @@ -214,7 +214,7 @@
4  #define NKEY 20
5  
6  static char*
7 -getKeyword(gzFile *f, int *eol)
8 +getKeyword(gzFile f, int *eol)
9  {
10      static char keyword[NKEY + 1];
11      int c, i;
12 @@ -237,7 +237,7 @@
13  }
14  
15  static int
16 -bdfskip(gzFile *f)
17 +bdfskip(gzFile f)
18  {
19      int c;
20      do {
21 @@ -249,7 +249,7 @@
22  }
23  
24  static char *
25 -bdfend(gzFile *f)
26 +bdfend(gzFile f)
27  {
28      int c;
29      char *buf = NULL;
This page took 0.027121 seconds and 3 git commands to generate.