Subject: Re: pidfile(3)
To: None <itojun@iijlab.net>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: tech-userlevel
Date: 05/21/2002 20:30:43
> 	there are prototype differences between pidfile(3) in libutil.
> 	do you mind if i change NetBSD decl to sync with OpenBSD decl?

> NetBSD: void pidfile(const char *);
> OpenBSD: int pidfile(const char *);

what's the actual interface change?  what does the openbsd version
return?  are you also going to change our implementation to match
theirs?

					- Bill