summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-07-15 03:14:46 +0000
committerkientzle <kientzle@FreeBSD.org>2004-07-15 03:14:46 +0000
commit429d9c9041b575c1e0eb8588f146b6960077411a (patch)
tree349fb1a1d6ae71e492ca90274be6d011e18a5aaf /usr.bin/tar/bsdtar.h
parentdac3c49a71c2511a03cdebfd3dc79e5db11bdd62 (diff)
downloadFreeBSD-src-429d9c9041b575c1e0eb8588f146b6960077411a.zip
FreeBSD-src-429d9c9041b575c1e0eb8588f146b6960077411a.tar.gz
Make the day/month ordering dependent on the current locale by
testing the locale at program startup and setting a flag, then using that flag to determine appropriate strftime() arguments.
Diffstat (limited to 'usr.bin/tar/bsdtar.h')
-rw-r--r--usr.bin/tar/bsdtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar.h b/usr.bin/tar/bsdtar.h
index 79ec482..e4c1761 100644
--- a/usr.bin/tar/bsdtar.h
+++ b/usr.bin/tar/bsdtar.h
@@ -63,6 +63,7 @@ struct bsdtar {
char option_stdout; /* -p */
char option_unlink_first; /* -U */
char option_warn_links; /* -l */
+ char day_first; /* show day before month in -tv output */
/* If >= 0, then close this when done. */
int fd;
OpenPOWER on IntegriCloud