Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Add the {v,}{err,warn}c functions



details:   https://anonhg.NetBSD.org/src/rev/c9c70f47eea5
branches:  trunk
changeset: 792779:c9c70f47eea5
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 16 17:24:56 2014 +0000

description:
Add the {v,}{err,warn}c functions

diffstat:

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

diffs (21 lines):

diff -r 1f4b9b276fab -r c9c70f47eea5 tools/compat/Makefile
--- a/tools/compat/Makefile     Thu Jan 16 17:22:06 2014 +0000
+++ b/tools/compat/Makefile     Thu Jan 16 17:24:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.71 2014/01/09 11:31:12 apb Exp $
+#      $NetBSD: Makefile,v 1.72 2014/01/16 17:24:56 christos Exp $
 
 HOSTLIB=       nbcompat
 
@@ -20,8 +20,9 @@
                stat_flags.c strlcat.c strlcpy.c strmode.c \
                strndup.c strnlen.c \
                strsep.c strsuftoll.c strtoll.c \
-               unvis.c vis.c err.c errx.c verr.c verrx.c \
-               vwarn.c vwarnx.c warn.c warnx.c fts.c glob.c efun.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
 
 BUILD_OSTYPE!=  uname -s
 



Home | Main Index | Thread Index | Old Index