summaryrefslogtreecommitdiff
path: root/minigzip.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:24 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:24 -0700
commit9811b53dd9e8f67015c7199fff12b5bfc6965330 (patch)
treebfa72ee22967fb56833203dfcd31c473c86b1bf1 /minigzip.c
parent79fbcdc939b5d515218187a0d5f2526fb632075a (diff)
downloadzlib-1.2.2.1.tar.gz
zlib-1.2.2.1.tar.bz2
zlib-1.2.2.1.zip
zlib 1.2.2.1v1.2.2.1
Diffstat (limited to 'minigzip.c')
-rw-r--r--minigzip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/minigzip.c b/minigzip.c
index 6de35dd..4ba5e50 100644
--- a/minigzip.c
+++ b/minigzip.c
@@ -1,5 +1,5 @@
1/* minigzip.c -- simulate gzip using the zlib compression library 1/* minigzip.c -- simulate gzip using the zlib compression library
2 * Copyright (C) 1995-2002 Jean-loup Gailly. 2 * Copyright (C) 1995-2004 Jean-loup Gailly.
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
@@ -21,8 +21,6 @@
21#ifdef STDC 21#ifdef STDC
22# include <string.h> 22# include <string.h>
23# include <stdlib.h> 23# include <stdlib.h>
24#else
25 extern void exit OF((int));
26#endif 24#endif
27 25
28#ifdef USE_MMAP 26#ifdef USE_MMAP