pkgsrc/archivers/rzip/patches/patch-aa
adam 36c4f80123 Changes 2.1:
* Added -L compression level option
* minor portability fixes
* fixed a bug that could cause some files to not be able to be uncompressed
2006-02-14 20:58:18 +00:00

12 lines
248 B
Text

$NetBSD: patch-aa,v 1.2 2006/02/14 20:58:18 adam Exp $
--- main.c.orig 2006-02-14 01:38:23.000000000 +0100
+++ main.c
@@ -18,6 +18,7 @@
/* rzip compression - main program */
#include "rzip.h"
+#include <assert.h>
static void usage(void)
{