Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/22/2007 15:32:22
Module Name:	src
Committed By:	pooka
Date:		Thu Mar 22 15:32:22 UTC 2007

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

Log Message:
* return -1 and set errno instead of returning errno directly
* introduce puffs_cred_isregular() which checks if the cred structure
  has regular uid/gid (i.e. "person" credentials and not kernel creds)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpuffs/creds.c
cvs rdiff -r1.36 -r1.37 src/lib/libpuffs/puffs.h

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