Date: Fri, 3 Mar 2006 04:43:09 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 Message-ID: <20060303024309.GC943@flame.pc> In-Reply-To: <200601281413.k0SEDHA3035607@repoman.freebsd.org> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-01-28 14:13, Pawel Jakub Dawidek <pjd@FreeBSD.org> wrote: > pjd 2006-01-28 14:13:15 UTC > > FreeBSD src repository > > Modified files: > lib/libutil pidfile.3 > Log: > - Add a note that passing NULL to pidfile_write(), pidfile_remove() and > pidfile_close() functions is safe. This possibility is used in example code. > - Cast pid_t to int. Hi Pawel, Doesn't it make more sense to cast pid_t to intmax_t, or is it by definition always <= int?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060303024309.GC943>