summaryrefslogtreecommitdiff
path: root/cpio/cpio.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2010-08-15 00:11:25 -0400
committerTim Kientzle <kientzle@gmail.com>2010-08-15 00:11:25 -0400
commit4100d478cce12d227a7da2632f6848d4ec4d7615 (patch)
tree99f5fbbc5d0321583a3a391dd66bd597d9c4c7da /cpio/cpio.h
parent07770e26c72431be6d46dfd89f358385ba03d6ce (diff)
downloadlibarchive-4100d478cce12d227a7da2632f6848d4ec4d7615.tar.gz
When -R is specified, make sure to clear the uname/gname
fields. Add a TODO here for the -R parser to return usable uname/gname text (only useful for tar output, so not a huge priority right now). SVN-Revision: 2554
Diffstat (limited to 'cpio/cpio.h')
-rw-r--r--cpio/cpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpio/cpio.h b/cpio/cpio.h
index 7917339c..46b26db2 100644
--- a/cpio/cpio.h
+++ b/cpio/cpio.h
@@ -69,7 +69,9 @@ struct cpio {
size_t pass_destpath_alloc;
char *pass_destpath;
int uid_override;
+ char *uname_override;
int gid_override;
+ char *gname_override;
int day_first; /* true if locale prefers day/mon */
/* If >= 0, then close this when done. */