Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/18/2007 13:48:04
Module Name:	src
Committed By:	pooka
Date:		Thu Oct 18 13:48:04 UTC 2007

Modified Files:
	src/lib/libpuffs: creds.c puffs.h puffs_cred.3

Log Message:
* Change type of boolean functions to, well, boolean instead of int.
* add puffs_cid_isequal() which can be used to test if the two caller
  id's refer to the same process/lwp.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libpuffs/creds.c
cvs rdiff -r1.86 -r1.87 src/lib/libpuffs/puffs.h
cvs rdiff -r1.1 -r1.2 src/lib/libpuffs/puffs_cred.3

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