Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/09/2007 18:36:53
Module Name:	src
Committed By:	pooka
Date:		Wed May  9 18:36:53 UTC 2007

Modified Files:
	src/lib/libpuffs: framebuf.c puffs.c puffs.h puffs_req.3 requests.c

Log Message:
Remove the puffs_usermount argument from puffs_req_handle().  It can
be found from the other arguments and this way puffs_req_handle() is
more symmetric with the other puffs_req() routines.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libpuffs/framebuf.c
cvs rdiff -r1.41 -r1.42 src/lib/libpuffs/puffs.c
cvs rdiff -r1.52 -r1.53 src/lib/libpuffs/puffs.h
cvs rdiff -r1.2 -r1.3 src/lib/libpuffs/puffs_req.3
cvs rdiff -r1.5 -r1.6 src/lib/libpuffs/requests.c

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