In article <20150509225426.ga28...@netbsd.org>,
David Holland  <dholland-sourcechan...@netbsd.org> 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

Reply via email to