diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-03-12 00:16:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-03-12 00:16:09 +0000 |
commit | 8a2bb5dc041c7598fef108eac0edddb0eea4f08c (patch) | |
tree | 24643a43117f2ba33740cbbe139d116b6a5d56eb /isys/cpio.h | |
parent | c8ff634241cb6406975171fac66f400da7982e19 (diff) | |
download | anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.gz anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.xz anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.zip |
merge using zlib for stage2 instead of gzlib
Diffstat (limited to 'isys/cpio.h')
-rw-r--r-- | isys/cpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/cpio.h b/isys/cpio.h index 89fd7a884..1caa4e464 100644 --- a/isys/cpio.h +++ b/isys/cpio.h @@ -3,7 +3,7 @@ #include <sys/types.h> -#include "gzlib/gzlib.h" +#include "stubs.h" /* Note the CPIO_CHECK_ERRNO bit is set only if errno is valid. These have to be positive numbers or this setting the high bit stuff is a bad idea. */ |