Eliminated seeks so that we work correctly on pipes, and removed reliance on
[oweals/busybox.git] / gzip.c
diff --git a/gzip.c b/gzip.c
index b0e6b367567d72bf62dffe4da79267c667cb8ec1..ac503444e85ad4d078bd91deb9e9cc518f640898 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1918,8 +1918,10 @@ int gzip_main(int argc, char **argv)
                        case '1': case '2': case '3': case '4': case '5':
                        case '6': case '7': case '8': case '9':
                                break;
+#ifdef BB_GUNZIP
                        case 'd':
                                exit(gunzip_main(argc, argv));
+#endif
                        default:
                                show_usage();
                        }