Date: Sun, 7 Sep 1997 09:44:48 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-hackers@FreeBSD.ORG Cc: jamil@counterintelligence.ml.org (Jamil J. Weatherbee) Subject: Re: Syslog Facility Message-ID: <19970907094448.OR32111@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.96.970901135441.1473A-100000@counterintelligence.ml.org>; from Jamil J. Weatherbee on Sep 1, 1997 13:56:19 -0700 References: <Pine.BSF.3.96.970901135441.1473A-100000@counterintelligence.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
As Jamil J. Weatherbee wrote: > Why is sysylog still using the varargs.h facility (instead of stdarg.h)? Where do you see this? #if __STDC__ #include <stdarg.h> #else #include <varargs.h> #endif The question is, of course, whether the !__STDC__ hooks are really 1) needed, and 2) functional anymore. > Also am I right to assume that va_end() doesn't really do anything under > bsd? Who cares? UTSL. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970907094448.OR32111>