* tests/zgrep-signal: Use perl instead of a nonportable shell trap.
[debian/gzip] / unpack.c
index 9a022e8a12cf972bf6a18bb2d6926da4b017d749..947d7a59d8dfdce1f74bb6dd746c5dbd916cd266 100644 (file)
--- a/unpack.c
+++ b/unpack.c
@@ -20,7 +20,6 @@
 #include <config.h>
 #include "tailor.h"
 #include "gzip.h"
-#include "crypt.h"
 
 #define MIN(a,b) ((a) <= (b) ? (a) : (b))
 /* The arguments must not have side effects. */
@@ -95,8 +94,8 @@ local int valid;                  /* number of valid bits in bitbuf */
 
 /* Local functions */
 
-local void read_tree  OF((void));
-local void build_tree OF((void));
+local void read_tree  (void);
+local void build_tree (void);
 
 /* ===========================================================================
  * Read the Huffman tree.