From 13bf88e488423a32bfee59da8d085dc3b7427c33 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 26 May 2007 10:30:46 +0000 Subject: [PATCH] Log message --- ksym_mod.c | 5 +++++ syslogd.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ksym_mod.c b/ksym_mod.c index 8656653..cb6910e 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -84,6 +84,11 @@ * Removed references to since it doesn't work * anymore with its recent content from Linux 2.4/2.6, created * module.h locally instead. + * + * Fri May 25 20:07:30 CEST 2007: Martin Schulze + * Use new query_module function rather than the old obsolete + * hack of stepping through /dev/kmem. + * */ diff --git a/syslogd.c b/syslogd.c index ce72a58..f8953f2 100644 --- a/syslogd.c +++ b/syslogd.c @@ -479,6 +479,10 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * Ignore errors caused by filled up disks so that the log * continues to be written as soon as space becomes available * again. + * + * Sat May 26 10:05:05 CEST 2007: Martin Schulze + * Only try to gather the local domain name when messages are to + * be received from the network, it's not needed otherwise. */