diff options
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index 16a97b595..4386cc562 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -28,9 +28,10 @@ #define CPIOERR_READLINK_FAILED (17 | CPIOERR_CHECK_ERRNO) #define CPIOERR_READ_FAILED (18 | CPIOERR_CHECK_ERRNO) #define CPIOERR_COPY_FAILED (19 | CPIOERR_CHECK_ERRNO) -#define CPIOERR_INTERNAL (20 ) -#define CPIOERR_HDR_SIZE (21 ) -#define CPIOERR_UNKNOWN_FILETYPE (22 ) +#define CPIOERR_HDR_SIZE (20 ) +#define CPIOERR_UNKNOWN_FILETYPE (21 ) +#define CPIOERR_MISSING_HARDLINK (22 ) +#define CPIOERR_INTERNAL (23 ) /* Don't think this behaves just like standard cpio. It's pretty close, but |