cvs commit: src/usr.bin/xargs xargs.c
David Schultz
das at FreeBSD.ORG
Fri Jun 13 00:53:16 PDT 2003
On Fri, Jun 13, 2003, Juli Mallett wrote:
> jmallett 2003/06/13 00:37:45 PDT
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/xargs xargs.c
> Log:
> Use waitpid, instead of wait3, which is more portable.
Just out of curiosity, why do we care about the portability of our
own userland utilities to someone else's kernel that doesn't
support wait3()?
More information about the cvs-src
mailing list