Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Whitespace cleanup from last update. NFC.
details: https://anonhg.NetBSD.org/src/rev/dd99be42c760
branches: trunk
changeset: 433380:dd99be42c760
user: kre <kre%NetBSD.org@localhost>
date: Tue Sep 11 03:30:40 2018 +0000
description:
Whitespace cleanup from last update. NFC.
diffstat:
bin/sh/jobs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5ba7ebc8feab -r dd99be42c760 bin/sh/jobs.h
--- a/bin/sh/jobs.h Tue Sep 11 02:20:31 2018 +0000
+++ b/bin/sh/jobs.h Tue Sep 11 03:30:40 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jobs.h,v 1.22 2018/09/04 23:16:30 kre Exp $ */
+/* $NetBSD: jobs.h,v 1.23 2018/09/11 03:30:40 kre Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -79,7 +79,7 @@
char flags;
#define JOBCHANGED 1 /* set if status has changed */
#define JOBWANTED 2 /* set if this is a job being sought */
-#define JPIPEFAIL 4 /* set if -o pipefail when job created */
+#define JPIPEFAIL 4 /* set if -o pipefail when job created */
#if JOBS
char jobctl; /* job running under job control */
int prev_job; /* previous job index */
Home |
Main Index |
Thread Index |
Old Index