Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 03/18/2004 22:57:38
Module Name:	src
Committed By:	enami
Date:		Thu Mar 18 22:57:38 UTC 2004

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

Log Message:
- remove unnecessary code.
- factor out common code.
- don't stop searching before the target.
- touch the correct object.
- validate the argument before the loop otherwise we need to roll back.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/kern/sysv_sem.c

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