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
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.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index