aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/localedef/time.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-03-09 19:02:36 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-03-09 19:02:36 +0000
commitc48c87b790a1b0cd34b2987e2e07baeb757306d9 (patch)
treea1283cfd1a609edc29d86a0bafdf84416debf8a6 /usr.bin/localedef/time.c
parentf73286645f487e3ddd876858b867281f47b9f46e (diff)
downloadsrc-c48c87b790a1b0cd34b2987e2e07baeb757306d9.tar.gz
src-c48c87b790a1b0cd34b2987e2e07baeb757306d9.zip
Revert r314969, r314961:
The localdef(1) changes are breaking world: 00:18:40.750 /usr/src/share/colldef/af_ZA.UTF-8.src: 2421: error: Bad file descriptor I will fix them offline. Reported by: lwshu and many others
Notes
Notes: svn path=/head/; revision=314972
Diffstat (limited to 'usr.bin/localedef/time.c')
-rw-r--r--usr.bin/localedef/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/localedef/time.c b/usr.bin/localedef/time.c
index 80d04df11c8d..e40001d18e64 100644
--- a/usr.bin/localedef/time.c
+++ b/usr.bin/localedef/time.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2017 Nexenta Systems, Inc.
+ * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
* Copyright 2015 John Marino <draco@marino.st>
*
* This source code is derived from the illumos localedef command, and
@@ -78,7 +78,7 @@ add_time_str(wchar_t *wcs)
break;
case T_DATE_FMT:
/*
- * This one is a Solaris extension. Too bad date just
+ * This one is a Solaris extension, Too bad date just
* doesn't use %c, which would be simpler.
*/
tm.date_fmt = str;