Subject: Re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-userlevel
Date: 06/06/1999 21:51:25
Jason R Thorpe wrote:

> Module Name:	basesrc
> Committed By:	thorpej
> Date:		Sun Jun  6 01:50:01 UTC 1999
> 
> ...
> 
> Log Message:
> 
> Add pidfile(3), which write a pid file in /var/run, and arranges for it
> to be removed on normal exit.

Is this the sort of thing that could use asprintf() instead of the
statically sized array for the pathname?

Simon.