8c0a7ca984
a problem with basename(); bump PKGREVISION. Closes PR 20978 and PR 25733 by Jim Bernard.
26 lines
585 B
Text
26 lines
585 B
Text
$NetBSD: patch-al,v 1.1 2004/05/28 01:09:01 wiz Exp $
|
|
|
|
--- procs.c.orig 1999-12-01 19:16:21.000000000 -0700
|
|
+++ procs.c 2004-05-27 11:00:23.000000000 -0600
|
|
@@ -173,8 +173,8 @@
|
|
|
|
(void) fflush(stdout);
|
|
(void) fflush(stderr);
|
|
- if (log)
|
|
- (void) fflush(log);
|
|
+ if (logfile)
|
|
+ (void) fflush(logfile);
|
|
if (errlog)
|
|
(void) fflush(errlog);
|
|
|
|
@@ -396,8 +396,8 @@
|
|
(void) await_child();
|
|
(void) fflush(stdout);
|
|
(void) fflush(stderr);
|
|
- if (log)
|
|
- (void) fflush(log);
|
|
+ if (logfile)
|
|
+ (void) fflush(logfile);
|
|
if (errlog)
|
|
(void) fflush(errlog);
|
|
|