]> git.pld-linux.org Git - packages/chmtools.git/blob - chmtools-types.patch
- tabs in preamble
[packages/chmtools.git] / chmtools-types.patch
1 --- chmtools/chmlib.h.orig      2002-01-08 05:01:31.000000000 +0100
2 +++ chmtools/chmlib.h   2003-11-26 21:16:59.177783736 +0100
3 @@ -19,8 +19,7 @@
4  */
5  
6  #include <stdio.h>
7 -typedef unsigned long ulong;
8 -// typedef unsigned short ushort; Already defined for Darwin
9 +#include <stdlib.h>
10  typedef unsigned char ubyte;
11  
12  typedef struct guid_t
13 --- chmtools/chmlib.c.orig      2001-10-14 22:37:30.000000000 +0200
14 +++ chmtools/chmlib.c   2003-11-26 21:16:32.774797600 +0100
15 @@ -162,7 +162,7 @@
16    int nentries;
17    int nchunks;
18    pmglchunkheader pmglch;
19 -  fpos_t chunkstart;
20 +  long chunkstart;
21    
22    readdirheader(c);
23    chunkstart = ftell(c->cf);
This page took 0.103413 seconds and 3 git commands to generate.