Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/29/2007 17:47:56
Module Name:	src
Committed By:	pooka
Date:		Thu Nov 29 17:47:56 UTC 2007

Modified Files:
	src/lib/libpuffs: callcontext.c dispatcher.c puffs.c puffs.h

Log Message:
* allocate pcc as a slice from the stack instead of allocating it
  separately
* provide puffs_cc_getcc()

This is in preparation for the removal of you-should-guess-what as
an argument to routines here and there and everywhere.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpuffs/callcontext.c
cvs rdiff -r1.22 -r1.23 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.77 -r1.78 src/lib/libpuffs/puffs.c
cvs rdiff -r1.95 -r1.96 src/lib/libpuffs/puffs.h

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