Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/29/2008 10:07:30
Module Name:	src
Committed By:	pooka
Date:		Tue Jan 29 10:07:30 UTC 2008

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

Log Message:
Fix a weirdosity in the framebuf gotfb interface: hand buffer
ownership to the called routine instead of keeping it.  This means
that callees must now destroy the buffer once they are done with it.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/lib/libpuffs/framebuf.c
cvs rdiff -r1.106 -r1.107 src/lib/libpuffs/puffs.h
cvs rdiff -r1.21 -r1.22 src/lib/libpuffs/puffs_framebuf.3 \
    src/lib/libpuffs/requests.c

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