diff options
author | jkh <jkh@FreeBSD.org> | 1996-08-01 12:02:26 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-08-01 12:02:26 +0000 |
commit | b92ac389f9b92f597eb99a0a8207197b3e448bed (patch) | |
tree | afc31953d2761549100cbaab57c81649f1df3766 /usr.sbin/sysinstall/media.c | |
parent | 6b01d10031cb63ae155d2409bcd6cac386c20f0a (diff) | |
download | FreeBSD-src-b92ac389f9b92f597eb99a0a8207197b3e448bed.zip FreeBSD-src-b92ac389f9b92f597eb99a0a8207197b3e448bed.tar.gz |
Purely cosmetic tweaks.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r-- | usr.sbin/sysinstall/media.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 7ef5109..570802b 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.48 1996/07/08 11:07:08 jkh Exp $ + * $Id: media.c,v 1.49 1996/07/08 12:00:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -473,7 +473,7 @@ mediaExtractDistEnd(int zpid, int cpid) int i,j; i = waitpid(zpid, &j, 0); - /* Don't check status - gunzip seems to return a bogus one! */ + /* Don't check exit status - gunzip seems to return a bogus one! */ if (i < 0) { if (isDebug()) msgDebug("wait for gunzip returned status of %d!\n", i); @@ -545,7 +545,7 @@ mediaExtractDist(char *dir, int fd) close(pfd[1]); i = waitpid(zpid, &j, 0); - /* Don't check status - gunzip seems to return a bogus one! */ + /* Don't check exit status - gunzip seems to return a bogus one! */ if (i < 0) { if (isDebug()) msgDebug("wait for gunzip returned status of %d!\n", i); |