Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/16/2007 08:14:50
Module Name:	src
Committed By:	pooka
Date:		Fri Mar 16 08:14:50 UTC 2007

Modified Files:
	src/lib/libpuffs: null.c puffs.h subr.c

Log Message:
va->va_mode doesn't contain the full argument to the mknod() system call,
so introduce puffs_addvtype2mode() and use that in null.c to generate the
proper syscall argument


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libpuffs/null.c
cvs rdiff -r1.31 -r1.32 src/lib/libpuffs/puffs.h
cvs rdiff -r1.14 -r1.15 src/lib/libpuffs/subr.c

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