Log message

This commit is contained in:
Joey Schulze 2007-05-26 10:30:46 +00:00
parent b9e5b7b942
commit 13bf88e488
2 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,11 @@
* Removed references to <linux/module.h> 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 <joey@infodrom.org>
* Use new query_module function rather than the old obsolete
* hack of stepping through /dev/kmem.
*
*/

View File

@ -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 <joey@infodrom.org>
* Only try to gather the local domain name when messages are to
* be received from the network, it's not needed otherwise.
*/