summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-01 12:02:26 +0000
committerjkh <jkh@FreeBSD.org>1996-08-01 12:02:26 +0000
commitb92ac389f9b92f597eb99a0a8207197b3e448bed (patch)
treeafc31953d2761549100cbaab57c81649f1df3766 /usr.sbin
parent6b01d10031cb63ae155d2409bcd6cac386c20f0a (diff)
downloadFreeBSD-src-b92ac389f9b92f597eb99a0a8207197b3e448bed.zip
FreeBSD-src-b92ac389f9b92f597eb99a0a8207197b3e448bed.tar.gz
Purely cosmetic tweaks.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/index.c4
-rw-r--r--usr.sbin/sysinstall/media.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index ee4d265..c290792 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -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);
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);
OpenPOWER on IntegriCloud