summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bzlib.c.diff
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-17 01:44:37 +0000
committerobrien <obrien@FreeBSD.org>2005-05-17 01:44:37 +0000
commit7a67f8d8333046e62ef24b0e6f102f05ebf42700 (patch)
tree984f03fe3b7751f0a42a57c686bcc9e0921f9e9d /lib/libstand/bzlib.c.diff
parentdea3063720609bc119a6989894f4e03e8bbad9b7 (diff)
downloadFreeBSD-src-7a67f8d8333046e62ef24b0e6f102f05ebf42700.zip
FreeBSD-src-7a67f8d8333046e62ef24b0e6f102f05ebf42700.tar.gz
Temporarily disable support for bzip2'ed compressed filesystems, until a
maintainable why of handling them is created.
Diffstat (limited to 'lib/libstand/bzlib.c.diff')
-rw-r--r--lib/libstand/bzlib.c.diff58
1 files changed, 0 insertions, 58 deletions
diff --git a/lib/libstand/bzlib.c.diff b/lib/libstand/bzlib.c.diff
deleted file mode 100644
index cbc800d..0000000
--- a/lib/libstand/bzlib.c.diff
+++ /dev/null
@@ -1,58 +0,0 @@
-$FreeBSD$
-
-A patch to avoid linking into libstand compression routines from the bzip2
-that never being used anyway, while bloat loader(8) by additional 15KB.
-
---- _bzlib.c 2001/09/13 12:20:50 1.1
-+++ _bzlib.c 2001/09/13 12:29:24
-@@ -73,8 +73,9 @@
- bzBuffToBuffDecompress. Fixed.
- --*/
-
--#include "bzlib_private.h"
-+#include "_bzlib_private.h"
-
-+#ifndef BZ_NO_COMPRESS
-
- /*---------------------------------------------------*/
- /*--- Compression stuff ---*/
-@@ -130,6 +131,7 @@
- }
- #endif
-
-+#endif /* BZ_NO_COMPRESS */
-
- /*---------------------------------------------------*/
- static
-@@ -156,6 +158,7 @@
- if (addr != NULL) free ( addr );
- }
-
-+#ifndef BZ_NO_COMPRESS
-
- /*---------------------------------------------------*/
- static
-@@ -528,6 +531,7 @@
- return BZ_OK;
- }
-
-+#endif /* BZ_NO_COMPRESS */
-
- /*---------------------------------------------------*/
- /*--- Decompression stuff ---*/
-@@ -898,6 +902,7 @@
- return BZ_OK;
- }
-
-+#ifndef BZ_NO_COMPRESS
-
- #ifndef BZ_NO_STDIO
- /*---------------------------------------------------*/
-@@ -1587,6 +1592,7 @@
- }
- #endif
-
-+#endif /* BZ_NO_COMPRESS */
-
- /*-------------------------------------------------------------*/
- /*--- end bzlib.c ---*/
OpenPOWER on IntegriCloud