Subject: CVS commit: src/distrib/utils/libhack
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/31/2005 13:03:34
Module Name:	src
Committed By:	he
Date:		Thu Mar 31 13:03:34 UTC 2005

Modified Files:
	src/distrib/utils/libhack: syslog.c

Log Message:
Return 0xff from setlogmask() instead of falling off the end of
the int-returning function without returning a value.  The 0xff
value is taken from the C library and is the default log mask.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/distrib/utils/libhack/syslog.c

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