From 1670698f4a3802bcd26f94e24419f17fa1248861 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Jun 1999 12:33:08 +0000 Subject: Update. * nss/getXXbyYY_r.c: Return error code not -1. * nss/getXXent_r.c: Likewise. * nss/getXXbyYY.c: Expect return alue to be ERANGE if buffer is too small. * nscd/nscd_getgr_r.c: Return -1 in case nscd is not available and value > 0 for error. * nscd/nscd_gethst_r.c: Likewise. * nscd/nscd_getpw_r.c: Likewise. 1999-06-17 Andreas Jaeger * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Add missing line disciplines. 1999-06-14 Andreas Jaeger * nscd/nscd_nischeck.c: Fix typos. 1999-06-17 Ulrich Drepper --- libio/vwprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libio/vwprintf.c') diff --git a/libio/vwprintf.c b/libio/vwprintf.c index 2394ec6e15..141d46d4d6 100644 --- a/libio/vwprintf.c +++ b/libio/vwprintf.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #include /* Write formatted output to stdout according to the -- cgit 1.4.1