summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/err.c')
-rw-r--r--lib/libc/gen/err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c
index ede1465..ebb82f9 100644
--- a/lib/libc/gen/err.c
+++ b/lib/libc/gen/err.c
@@ -34,7 +34,7 @@
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] =
- "$Id$";
+ "$Id: err.c,v 1.4 1998/09/12 21:02:22 wollman Exp $";
#endif /* LIBC_RCS and not lint */
#include <err.h>
@@ -190,7 +190,7 @@ warnx(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
- vwarn(fmt, ap);
+ vwarnx(fmt, ap);
va_end(ap);
}
OpenPOWER on IntegriCloud