Sheldon Hearn <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to