summaryrefslogtreecommitdiff
path: root/lib/cpio.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-23 00:36:13 +0000
committerjbj <devnull@localhost>2003-03-23 00:36:13 +0000
commit803528c258d2c14b820a9b2fb5bf2eba9a486133 (patch)
tree15707e0cfd3a02959e73f0c358062f81cc5a6258 /lib/cpio.h
parent96cd0c2e288fa8ca561ad814265bc2138a80ddaa (diff)
downloadrpm-803528c258d2c14b820a9b2fb5bf2eba9a486133.tar.gz
rpm-803528c258d2c14b820a9b2fb5bf2eba9a486133.tar.bz2
rpm-803528c258d2c14b820a9b2fb5bf2eba9a486133.zip
Make peace with automake-1.7.3.
Recheck thread safety markes with fsm synchronous threads. CVS patchset: 6714 CVS date: 2003/03/23 00:36:13
Diffstat (limited to 'lib/cpio.h')
-rw-r--r--lib/cpio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/cpio.h b/lib/cpio.h
index b6ef297e8..3f95a55b7 100644
--- a/lib/cpio.h
+++ b/lib/cpio.h
@@ -47,7 +47,9 @@ enum cpioErrorReturns {
CPIOERR_MISSING_HARDLINK= (25 ),
CPIOERR_MD5SUM_MISMATCH = (26 ),
CPIOERR_INTERNAL = (27 ),
- CPIOERR_UNMAPPED_FILE = (28 )
+ CPIOERR_UNMAPPED_FILE = (28 ),
+ CPIOERR_ENOENT = (29 ),
+ CPIOERR_ENOTEMPTY = (30 )
};
/** \ingroup payload