Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/09/2003 17:10:02
Module Name:	src
Committed By:	manu
Date:		Tue Dec  9 17:10:02 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_errno.c

Log Message:
In mach_msg_error, don't display error message when the error
is 0 (no error). This function is often used as a shortcut to
return a short message with retval = 0.

Add error codes to the debug display


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/mach/mach_errno.c

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