diff options
Diffstat (limited to 'usr.bin/cpio/cpio.h')
-rw-r--r-- | usr.bin/cpio/cpio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/cpio/cpio.h b/usr.bin/cpio/cpio.h index 1db7ec1ea8d3..9af8a090db7d 100644 --- a/usr.bin/cpio/cpio.h +++ b/usr.bin/cpio/cpio.h @@ -65,6 +65,7 @@ struct cpio { char *pass_destpath; int uid_override; int gid_override; + int day_first; /* true if locale prefers day/mon */ /* If >= 0, then close this when done. */ int fd; @@ -76,6 +77,9 @@ struct cpio { int return_value; /* Value returned by main() */ struct archive_entry_linkresolver *linkresolver; + struct name_cache *uname_cache; + struct name_cache *gname_cache; + /* Work data. */ struct matching *matching; char *buff; |