From 4205dbebda2936b50e1a3dd99c19020808b2d20f Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Tue, 4 May 2004 14:50:18 +0000 Subject: [PATCH] Minor corrections --- syslogd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syslogd.c b/syslogd.c index 3ec3868..715df9d 100644 --- a/syslogd.c +++ b/syslogd.c @@ -441,17 +441,17 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * Don't return a closed fd if `-a' is called with a wrong path. * Thanks to Bill Nottingham for providing * a patch. - * Thu Aep 13 05:08:10 2001: Jon Burgess + * Thu Apr 13 05:08:10 CEST 2001: Jon Burgess * Moved the installation of the signal handler up a little bit * so it guaranteed to be available when the child is forked, * hence, fixing a race condition. This used to create problems * with UML and fast machines. * - * Sat Apr 17 18:03:05 2004: Steve Grubb + * Sat Apr 17 18:03:05 CEST 2004: Steve Grubb * Correct memory allocation for for commandline arguments in * crunch_list(). * - * Thu Apr 29 12:38:39 2004: Solar Designer + * Thu Apr 29 12:38:39 CEST 2004: Solar Designer * Applied Openwall paranoia patches to improve crunch_list(). * * Tue May 4 16:47:30 CEST 2004: Solar Designer