hoyt@polyslo.CalPoly.EDU (Sir Hoyt) (11/22/89)
The man page for syslog(3) states:
openlog( ident, logopt, facility )
where:
ident - is a string
logopt - is one or more of LOG_PID, LOG_CONS,
LOG_NDELAY, LOG_NOWAIT
facility - is one or more of LOG_KERN ... LOG_LOCAL0
Now the problem is that /usr/include/syslog.h does not
have LOG_NDELAY or LOG_NOWAIT defined.
From what I can tell the syslog describe in the man page is
4.3 BSD but the syslog.h is 4.2 BSD ( I think.... ).
The question I have which is right? the man page? if so
what is the correct .h file?? If the man page is wrong,
where is the correct man page??
--
John H. Pochmara A career is great,
UUCP: {sdsu,voder,trwind}!polyslo!hoyt But you can't run your
Internet: hoyt@polyslo.CalPoly.EDU fingers through its hair
-Graffiti 4/13/83csg@pyramid.pyramid.com (Carl S. Gutekunst) (11/29/89)
OSx 4.4 shipped with the 4.3BSD syslog(3) man page, but the 4.2BSD syslog code. This was a screwup. OSx 5.0 has the 4.3BSD syslog(3). <csg>
jsw@xhead.SGI.COM (Jeff Weinstein) (11/30/89)
> In article <92830@pyramid.pyramid.com>, csg@pyramid.pyramid.com (Carl S. Gutekunst) writes: > OSx 4.4 shipped with the 4.3BSD syslog(3) man page, but the 4.2BSD syslog > code. This was a screwup. > > OSx 5.0 has the 4.3BSD syslog(3). Finally, I reported this bug to RTOC over two years ago. It was either OSX 3.? or 4.0. I guess they finally decided to fix some of those severity fours. :-)