Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): fix type of Shell.noPLen
details: https://anonhg.NetBSD.org/src/rev/c59ae8fc9c4c
branches: trunk
changeset: 1014636:c59ae8fc9c4c
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Sep 27 19:15:43 2020 +0000
description:
make(1): fix type of Shell.noPLen
diffstat:
usr.bin/make/job.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ec44f37c68dc -r c59ae8fc9c4c usr.bin/make/job.h
--- a/usr.bin/make/job.h Sun Sep 27 19:13:46 2020 +0000
+++ b/usr.bin/make/job.h Sun Sep 27 19:15:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.48 2020/09/21 17:44:25 rillig Exp $ */
+/* $NetBSD: job.h,v 1.49 2020/09/27 19:15:43 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -221,7 +221,7 @@
const char *noPrint; /* command to skip when printing output from
* shell. This is usually the command which
* was executed to turn off echoing */
- int noPLen; /* length of noPrint command */
+ size_t noPLen; /* length of noPrint command */
Boolean hasErrCtl; /* set if can control error checking for
* individual commands */
const char *errCheck; /* string to turn error checking on */
Home |
Main Index |
Thread Index |
Old Index