--- src/stream.c~	2003-11-13 12:08:19.000000000 +0900
+++ src/stream.c	2006-02-24 11:30:10.000000000 +0900
@@ -41,7 +41,7 @@
 #include <begin.h>
 #include "stream.h"
 
-private byte *gz_filter = "zcat";
+private byte *gz_filter = "gzcat";
 private byte *bz2_filter = "bzcat";
 
 private stream_t *StreamAlloc()