diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2016-10-15 13:49:30 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-10-23 09:56:48 -0700 |
commit | f9227b3195a9c18631fd7189f610528ced15121a (patch) | |
tree | 7ed337c0f1aad81a0d190c25ab84461e77b3a66c /usr/src/common/bzip2/bzlib.c | |
parent | 8395f20c6509566b33c66c5c8417be08f7455053 (diff) | |
download | illumos-joyent-f9227b3195a9c18631fd7189f610528ced15121a.tar.gz |
7474 loader should use bzip2 provided by OS
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/common/bzip2/bzlib.c')
-rw-r--r-- | usr/src/common/bzip2/bzlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/common/bzip2/bzlib.c b/usr/src/common/bzip2/bzlib.c index fbf3046f65..be878f92c4 100644 --- a/usr/src/common/bzip2/bzlib.c +++ b/usr/src/common/bzip2/bzlib.c @@ -128,7 +128,9 @@ BZES return ("BZ_UNKNOWN_ERROR"); } +#ifndef BZ_LOADER #include <sys/sysmacros.h> +#endif #ifdef _KERNEL |