Purely cosmetic tweaks.

This commit is contained in:
jkh 1996-08-01 12:02:26 +00:00
parent f9a2c3997c
commit 435e6170fb
4 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: index.c,v 1.35 1996/06/14 14:33:53 jkh Exp $
* $Id: index.c,v 1.36 1996/06/25 04:28:21 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -44,7 +44,7 @@
/* Macros and magic values */
#define MAX_MENU 12
#define _MAX_DESC 60
#define _MAX_DESC 55
static int index_extract_one(Device *dev, PkgNodePtr top, PkgNodePtr who, Boolean depended);

View File

@ -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);

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: index.c,v 1.35 1996/06/14 14:33:53 jkh Exp $
* $Id: index.c,v 1.36 1996/06/25 04:28:21 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -44,7 +44,7 @@
/* Macros and magic values */
#define MAX_MENU 12
#define _MAX_DESC 60
#define _MAX_DESC 55
static int index_extract_one(Device *dev, PkgNodePtr top, PkgNodePtr who, Boolean depended);

View File

@ -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);