Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/30/2001 07:12:34
Module Name:	basesrc
Committed By:	atatat
Date:		Mon Jul 30 04:12:33 UTC 2001

Modified Files:
	basesrc/lib/libc/gen: syslog.c

Log Message:
Build a single retry into syslog() so that if someone restarted
syslogd after we called openlog(), we don't just to lose until we call
openlog() again.  Or get restarted.  This is good for long running
processes that use syslog(), like sendmail, postfix, named, etc.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/lib/libc/gen/syslog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.