summaryrefslogtreecommitdiff
path: root/usr/src/common
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-04-06 16:22:50 +0300
committerToomas Soome <tsoome@me.com>2019-05-06 23:36:21 +0300
commite616c49c963c6536f26b6d8888bc4bbb54716901 (patch)
treebe85b30df95a1a4871b8d18575157a190fc0209e /usr/src/common
parentb73314f0d88fe4dacf23b78935e3b00da66d0989 (diff)
downloadillumos-joyent-e616c49c963c6536f26b6d8888bc4bbb54716901.tar.gz
10697 zmod: use zlib-1.2.11
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/common')
-rw-r--r--usr/src/common/fs/decompress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/fs/decompress.c b/usr/src/common/fs/decompress.c
index 4f6b5b4d85..dcba8d3ea6 100644
--- a/usr/src/common/fs/decompress.c
+++ b/usr/src/common/fs/decompress.c
@@ -33,7 +33,7 @@
#include <sys/vnode.h>
#include <sys/bootvfs.h>
#include <sys/filep.h>
-#include <zmod/zlib.h>
+#include <zlib.h>
#ifdef _BOOT
#include "../common/util.h"
@@ -111,7 +111,7 @@ cf_check_compressed(fileid_t *filep)
* checking for a dcfs compressed file first would involve:
*
* if (filep->fi_inode->i_cflags & ICOMPRESS)
- * filep->fi_flags |= FI_COMPRESSED;
+ * filep->fi_flags |= FI_COMPRESSED;
*/
/*