diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-08-02 01:44:25 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-08-02 01:44:25 +0200 |
commit | c20dccb5614c5714f4155dda01bcdebf97cfae7e (patch) | |
tree | 52a7fb54f19aae274f12f1c9db7eaeb1922137aa /openbsd-compat/bsd-nextstep.c | |
parent | Repair $OpenBSD markers. (diff) | |
download | openssh-c20dccb5614c5714f4155dda01bcdebf97cfae7e.tar.xz openssh-c20dccb5614c5714f4155dda01bcdebf97cfae7e.zip |
Strip trailing whitespace.
Mechanically strip trailing whitespace on files not synced with OpenBSD
(or in the case of bsd-snprint.c, rsync).
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r-- | openbsd-compat/bsd-nextstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index 8195af88a..d52443f6d 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -29,7 +29,7 @@ #include <sys/wait.h> #include "bsd-nextstep.h" -pid_t +pid_t posix_wait(int *status) { union wait statusp; |