diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-10-15 21:40:07 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-10-15 21:40:07 +0000 |
commit | 4204bf87ea037b873ce7de18deab10dedd0baccb (patch) | |
tree | 87263f4e613687a9d759e00e107dd8e28c021b8e /release/picobsd/tinyware/oinit/oinit.c | |
parent | d1d481b434b20d895a07d42eaacf2c488ffd56c1 (diff) | |
download | src-4204bf87ea037b873ce7de18deab10dedd0baccb.tar.gz src-4204bf87ea037b873ce7de18deab10dedd0baccb.zip |
Various fixups and corrections to match the 3.0-RELEASE tree.
The PicoBSD version is now 0.42.
Notes
Notes:
svn path=/head/; revision=40412
Diffstat (limited to 'release/picobsd/tinyware/oinit/oinit.c')
-rw-r--r-- | release/picobsd/tinyware/oinit/oinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/oinit/oinit.c b/release/picobsd/tinyware/oinit/oinit.c index 8cadb872a244..01f8b9741e5b 100644 --- a/release/picobsd/tinyware/oinit/oinit.c +++ b/release/picobsd/tinyware/oinit/oinit.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: oinit.c,v 1.8 1998/08/11 06:53:47 abial Exp $ + * $Id: oinit.c,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ */ /* @@ -484,7 +484,7 @@ do_command(int shell, char *cmdline) default: while(waitpid(pid,&res,0)!=pid) continue; if(WEXITSTATUS(res)) { - printf("%s exited with status %d\n", + printf("do_command(%s): exit code=%d\n", av[0],WEXITSTATUS(res)); } break; |