Source-Changes-HG archive

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

[src/trunk]: src/tools/compat add strtoi strtou (Kamil Rytarowski)



details:   https://anonhg.NetBSD.org/src/rev/328584e7c7d9
branches:  trunk
changeset: 805787:328584e7c7d9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 18 18:09:10 2015 +0000

description:
add strtoi strtou (Kamil Rytarowski)

diffstat:

 tools/compat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3c8b18f4f6c9 -r 328584e7c7d9 tools/compat/Makefile
--- a/tools/compat/Makefile     Sun Jan 18 18:04:20 2015 +0000
+++ b/tools/compat/Makefile     Sun Jan 18 18:09:10 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.72 2014/01/16 17:24:56 christos Exp $
+#      $NetBSD: Makefile,v 1.73 2015/01/18 18:09:10 christos Exp $
 
 HOSTLIB=       nbcompat
 
@@ -20,6 +20,7 @@
                stat_flags.c strlcat.c strlcpy.c strmode.c \
                strndup.c strnlen.c \
                strsep.c strsuftoll.c strtoll.c \
+               strtoi.c strtou.c \
                unvis.c vis.c err.c errx.c errc.c verr.c verrx.c verrc.c \
                vwarn.c vwarnx.c vwarnc.c warn.c warnx.c warnc.c \
                fts.c glob.c efun.c



Home | Main Index | Thread Index | Old Index