Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 06/24/2007 17:41:09
Module Name:	src
Committed By:	pooka
Date:		Sun Jun 24 17:41:09 UTC 2007

Modified Files:
	src/lib/libpuffs: null.c

Log Message:
don't return errno from a function which returns an fd - there's
a "little" room for confusion.  instead, return -1 and let the
caller grab errno.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libpuffs/null.c

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