Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/22/2002 10:31:47
Module Name:	basesrc
Committed By:	itojun
Date:		Wed May 22 07:31:46 UTC 2002

Modified Files:
	basesrc/include: util.h
	basesrc/lib/libutil: pidfile.3 pidfile.c

Log Message:
change return type of pidfile(3) to int (-1 on error), to inform caller
of errors.  behavior now in sync with openbsd implementation.
(see tech-userlevel and bsd-api-discuss)


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/include/util.h
cvs rdiff -r1.4 -r1.5 basesrc/lib/libutil/pidfile.3
cvs rdiff -r1.6 -r1.7 basesrc/lib/libutil/pidfile.c

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