Module Name: src
Committed By: kre
Date: Tue Sep 11 03:30:40 UTC 2018
Modified Files:
src/bin/sh: jobs.h
Log Message:
Whitespace cleanup from last update. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/bin/sh/jobs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/jobs.h
diff -u src/bin/sh/jobs.h:1.22 src/bin/sh/jobs.h:1.23
--- src/bin/sh/jobs.h:1.22 Tue Sep 4 23:16:30 2018
+++ src/bin/sh/jobs.h Tue Sep 11 03:30:40 2018
@@ -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 @@ struct job {
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 */