summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2006-02-04 14:37:50 +0000
committerschweikh <schweikh@FreeBSD.org>2006-02-04 14:37:50 +0000
commit627562241f7935df08be6f0a0d83eafaeeaaa7fa (patch)
treef793fda2159b9172a3c672b33b6eb8a4896c0909 /bin/sh/jobs.c
parentf8e9593b7e7c0cae673213ec132e6b7fbd97b4ea (diff)
downloadFreeBSD-src-627562241f7935df08be6f0a0d83eafaeeaaa7fa.zip
FreeBSD-src-627562241f7935df08be6f0a0d83eafaeeaaa7fa.tar.gz
Remove some white space at EOL.
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 71e80f4..7e1c2c5 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -353,7 +353,7 @@ showjob(struct job *jp, pid_t pid, int sformat, int lformat)
WEXITSTATUS(ps->status));
} else {
#if JOBS
- if (WIFSTOPPED(ps->status))
+ if (WIFSTOPPED(ps->status))
i = WSTOPSIG(ps->status);
else
#endif
@@ -787,7 +787,7 @@ forkshell(struct job *jp, union node *n, int mode)
! fd0_redirected_p ()) {
close(0);
if (open(_PATH_DEVNULL, O_RDONLY) != 0)
- error("Can't open %s: %s",
+ error("Can't open %s: %s",
_PATH_DEVNULL, strerror(errno));
}
}
OpenPOWER on IntegriCloud