Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time it is getname not time.



details:   https://anonhg.NetBSD.org/src/rev/b30ac1e06eda
branches:  trunk
changeset: 759803:b30ac1e06eda
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 16 22:18:37 2010 +0000

description:
it is getname not time.

diffstat:

 lib/libc/time/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4c659de7e32e -r b30ac1e06eda lib/libc/time/Makefile.inc
--- a/lib/libc/time/Makefile.inc        Thu Dec 16 21:53:56 2010 +0000
+++ b/lib/libc/time/Makefile.inc        Thu Dec 16 22:18:37 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.15 2010/12/16 21:53:56 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.16 2010/12/16 22:18:37 christos Exp $
 
 .PATH: ${.CURDIR}/time
 
@@ -22,7 +22,7 @@
        ctime.3 mktime_z.3      \
        ctime.3 tzalloc.3       \
        ctime.3 tzfree.3        \
-       ctime.3 tzgettime.3     \
+       ctime.3 tzgetname.3     \
        getdate.3 getdate_err.3 \
        offtime.3 offtime_r.3   \
        offtime.3 timeoff.3     \



Home | Main Index | Thread Index | Old Index