From 5a3fba993001f71d2c50a1ea59dcc75a721b7ccd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Aug 2001 23:22:02 +0000 Subject: Update. 2001-08-30 Ulrich Drepper * string/argz-stringify.c (__argz_stringify): Use __strnlen instead of strnlen. * include/string.h (strndupa): Redefine here to use __strnlen instead of strnlen. * string/strndup.c (__strndup): Use __strnlen not strnlen. * misc/syslog.c (vsyslog): Fix typo in last change (connect -> connected). --- misc/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/syslog.c') diff --git a/misc/syslog.c b/misc/syslog.c index 58f81996aa..a27eb2ab92 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -247,7 +247,7 @@ vsyslog(pri, fmt, ap) openlog_internal(LogTag, LogStat | LOG_NDELAY, 0); } - if (!connect || __send(LogFile, buf, bufsize, 0) < 0) + if (!connected || __send(LogFile, buf, bufsize, 0) < 0) { closelog_internal (); /* attempt re-open next time */ /* -- cgit 1.4.1