--- readvmf.c.orig 2008-08-22 06:58:52.000000000 -0700 +++ readvmf.c 2014-09-28 22:23:14.000000000 -0700 @@ -340,7 +340,7 @@ pixmap_image() char * getdata(fd) #ifdef ZLIB -gzFile * fd; +gzFile fd; #else FILE *fd; #endif @@ -433,7 +433,7 @@ struct Sundata * Context; double theta, phi; char *str, *ptr; #ifdef ZLIB - gzFile * fd; + gzFile fd; int plen; char *zpath; #else