freebsd-dev/usr.sbin/syslogd
David Malone de4aac0deb logerror is used in syslogd to log errors from syslogd itself. It
is possible for an error to occur while trying to log an error, and
this can result in infinite recursion (or at least until we run out
of stack).

Rather than this, we ignore requests to log an error while logging an
error.

PR:		51253
MFC after:	2 weeks
2003-11-16 21:51:06 +00:00
..
Makefile
pathnames.h
syslog.conf.5
syslogd.8
syslogd.c