Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/18/2007 19:57:30
Module Name:	src
Committed By:	pooka
Date:		Sun Feb 18 19:57:30 UTC 2007

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

Log Message:
Support creating regular files with mknod(2) to match Linux/Solaris
behaviour.  This happens if mode contains S_IFREG.  mknod(2) is
still restricted to the superuser.

no objections from tech-kern


To generate a diff of this commit:
cvs rdiff -r1.300 -r1.301 src/sys/kern/vfs_syscalls.c

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