Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2001 10:43:17 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        Sheldon Hearn <sheldonh@starjuice.net>
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: Weird <stdarg.h> problem in 4.3-STABLE 
Message-ID:  <20010718174317.C97D83E35@bazooka.unixfreak.org>
In-Reply-To: <11254.995477648@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on "Wed, 18 Jul 2001 19:34:08 %2B0200"

next in thread | previous in thread | raw e-mail | index | archive | help
Sheldon Hearn <sheldonh@starjuice.net> writes:
> static inline void
> xdaemonwarn(char *fmt, ...)
> {
> 	va_list ap;
> 
> 	va_start(ap, fmt);
> 	if (!daemon_quiet)
> 		warn(fmt, ap);
               ^^^^^^
Shouldn't this be `vwarn'?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010718174317.C97D83E35>