Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 11/22/2006 15:48:11
Module Name:	src
Committed By:	elad
Date:		Wed Nov 22 15:48:11 UTC 2006

Modified Files:
	src/sys/miscfs/procfs: procfs_ctl.c

Log Message:
Remove redundant securelevel check; this is already done in procfs_rw()
and we can't get here (procfs_control()) without being there first.

Pointed out by yamt@.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/miscfs/procfs/procfs_ctl.c

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