Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/utils/sysinst pullup 1.23->1.24 (abs): critical...
details: https://anonhg.NetBSD.org/src/rev/6ec1484777f4
branches: netbsd-1-4
changeset: 469210:6ec1484777f4
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 15 03:04:43 1999 +0000
description:
pullup 1.23->1.24 (abs): critical fix for sysinst. grrrrr....
diffstat:
distrib/utils/sysinst/run.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r cefb98731b59 -r 6ec1484777f4 distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c Wed Jul 14 14:23:01 1999 +0000
+++ b/distrib/utils/sysinst/run.c Thu Jul 15 03:04:43 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: run.c,v 1.11.2.2 1999/06/24 23:01:37 cgd Exp $ */
+/* $NetBSD: run.c,v 1.11.2.3 1999/07/15 03:04:43 perry Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -342,7 +342,6 @@
FD_SET(dataflow[0], &active_fd_set);
FD_SET(STDIN_FILENO, &active_fd_set);
- pid = wait4(child, &status, WNOHANG, 0);
for (selectfailed = 0;;) {
if (selectfailed) {
char *msg = "select(2) failed but no child died?";
Home |
Main Index |
Thread Index |
Old Index