summaryrefslogtreecommitdiffstats
path: root/bin/pax/extern.h
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/extern.h
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/extern.h')
-rw-r--r--bin/pax/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pax/extern.h b/bin/pax/extern.h
index 2b062cb..5f7625e 100644
--- a/bin/pax/extern.h
+++ b/bin/pax/extern.h
@@ -223,7 +223,6 @@ extern int pids;
extern int exit_val;
extern int docrc;
extern char *dirptr;
-extern char *ltmfrmt;
extern char *argv0;
int main __P((int, char **));
void sig_cleanup __P((int));
OpenPOWER on IntegriCloud