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
- Weird <stdarg.h> problem in 4.3-STABLE Sheldon Hearn
- Re: Weird <stdarg.h> problem in 4.3-STABLE Dima Dorfman
- Re: Weird <stdarg.h> problem in 4.3-STABLE Alfred Perlstein
- Re: Weird <stdarg.h> problem in 4.3-STABLE Assar Westerlund
- Re: Weird <stdarg.h> problem in 4.3-STABLE Peter Pentchev
- Re: Weird <stdarg.h> problem in 4.3-STABLE Peter Pentchev
- Re: Weird <stdarg.h> problem in 4.3-STABLE Joel Wilsson
- Re: Weird <stdarg.h> problem in 4.3-STABLE Terry Lambert
- Re: Weird <stdarg.h> problem in 4.3-STABLE Sheldon Hearn