diff options
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index 558d09811..c5dd963be 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -60,7 +60,7 @@ typedef struct CFD { #define cpioFd _cfdu._cfdu_fd FILE * _cfdu_fp; #define cpioFp _cfdu._cfdu_fp - gzFile _cfdu_gzfd; + FD_t _cfdu_gzfd; #define cpioGzFd _cfdu._cfdu_gzfd } _cfdu; int cpioPos; |