Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/rpcbind



In article <20150509225426.GA28892%netbsd.org@localhost>,
David Holland  <dholland-sourcechanges%netbsd.org@localhost> wrote:
>On Sat, May 09, 2015 at 05:22:18PM -0400, Christos Zoulas wrote:
> > Modified Files:
> > 	src/usr.sbin/rpcbind: rpcbind.c
> > 
> > Log Message:
> > use EXIT_SUCCESS/EXIT_FAILURE consistently.
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/rpcbind/rpcbind.c
>
>heh, I just stuck EXIT_FAILURE in the one I added because it was new.
>
>that said,
>
>-       exit(2);
>+       exit(EXIT_FAILURE);
>
>I wonder if anything depended on that being 2 and not 1.

Heh, I am willing to bet 10 to 1 up to $100 that nothing will break,
just for the pleasure to rant about what broke with the author of
the breakage.

christos



Home | Main Index | Thread Index | Old Index