summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio/cpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cpio/cpio.h')
-rw-r--r--usr.bin/cpio/cpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/cpio/cpio.h b/usr.bin/cpio/cpio.h
index 36dab55..2afa8f2 100644
--- a/usr.bin/cpio/cpio.h
+++ b/usr.bin/cpio/cpio.h
@@ -68,7 +68,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. */
OpenPOWER on IntegriCloud