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/e1533c5ba176
branches: trunk
changeset: 335645:e1533c5ba176
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 5c859262af29 -r e1533c5ba176 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