summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-02 16:19:49 +0000
committerru <ru@FreeBSD.org>2001-03-02 16:19:49 +0000
commita79ec4865fc9fdfd8362a7fb93be50e7ff00c4f9 (patch)
treefbf4ab1916b254beed9bfe799da63711922ee014 /bin/pax/pax.c
parentbf6a51f986853bb37473a9d45dd719e6f5a8cf1b (diff)
downloadFreeBSD-src-a79ec4865fc9fdfd8362a7fb93be50e7ff00c4f9.zip
FreeBSD-src-a79ec4865fc9fdfd8362a7fb93be50e7ff00c4f9.tar.gz
POSIX wrote:
: LC_TIME This variable shall determine the format and : contents of date and time strings when the -v : option is specified. Developers took this wrong. LC_TIME specifies the locale name, not the ``format'' argument of strftime(). Oops: pax -w -f /tmp/foo /dev/null LC_TIME=de_DE.ISO_8859-1 pax -v -f /tmp/foo
Diffstat (limited to 'bin/pax/pax.c')
-rw-r--r--bin/pax/pax.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c
index 7bcc81e..641d53f 100644
--- a/bin/pax/pax.c
+++ b/bin/pax/pax.c
@@ -95,7 +95,6 @@ int pids; /* preserve file uid/gid */
int exit_val; /* exit value */
int docrc; /* check/create file crc */
char *dirptr; /* destination dir in a copy */
-char *ltmfrmt; /* -v locale time format (if any) */
char *argv0; /* root of argv[0] */
sigset_t s_mask; /* signal mask for cleanup critical sect */
@@ -350,13 +349,6 @@ gen_init()
}
/*
- * Handle posix locale
- *
- * set user defines time printing format for -v option
- */
- ltmfrmt = getenv("LC_TIME");
-
- /*
* signal handling to reset stored directory times and modes. Since
* we deal with broken pipes via failed writes we ignore it. We also
* deal with any file size limit thorugh failed writes. Cpu time
OpenPOWER on IntegriCloud