Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 10/09/2007 03:27:37
Module Name:	src
Committed By:	rmind
Date:		Tue Oct  9 03:27:37 UTC 2007

Modified Files:
	src/sys/kern: sysv_msg.c

Log Message:
- Style, consistency;
- Replace most panic() checks with KASSERT();
- msgrcv1: Improve readability;
- Remove #ifdef ENOMSG;

No function changes of the interface are intented.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/kern/sysv_msg.c

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