diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2014-06-10 08:29:10 -0500 |
---|---|---|
committer | Isaac Dunham <ibid.ag@gmail.com> | 2014-06-10 08:29:10 -0500 |
commit | b5f97805cee1daab12641ad8927d0539aa0d99ac (patch) | |
tree | b395dc6558dfa6b9d29732e46c6e9fd6c04ca47c /Makefile | |
parent | ef377cf6f6a1e89696df1b0c8d847000a172f846 (diff) | |
download | toybox-b5f97805cee1daab12641ad8927d0539aa0d99ac.tar.gz |
pending/useradd: unbreak build
When useradd started using xfork(), the conditional in else if (pid > 0)
became unnecessary, since else means pid is nonzero and xfork makes it
non-negative. However, the "if" was not deleted.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions