aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-16 18:04:14 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-16 18:04:14 +0000
commite2a4e9c68234beb48ecc651a8159d63d393df502 (patch)
tree49015b27f9b20d8dbd41a6a21ea063fd3f5de0c8 /contrib/netbsd-tests
parent183ae521e5796272070594b031f1849b6a8a2cf5 (diff)
downloadsrc-e2a4e9c68234beb48ecc651a8159d63d393df502.tar.gz
src-e2a4e9c68234beb48ecc651a8159d63d393df502.zip
Remove unnecessary whitespace diff
Notes
Notes: svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312299
Diffstat (limited to 'contrib/netbsd-tests')
-rw-r--r--contrib/netbsd-tests/lib/libc/sys/t_mmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/sys/t_mmap.c b/contrib/netbsd-tests/lib/libc/sys/t_mmap.c
index d3a66b718ea9..f8f4caa36d80 100644
--- a/contrib/netbsd-tests/lib/libc/sys/t_mmap.c
+++ b/contrib/netbsd-tests/lib/libc/sys/t_mmap.c
@@ -377,6 +377,7 @@ ATF_TC_BODY(mmap_prot_3, tc)
* the access should generate SIGSEGV.
*/
fd = open(path, O_RDWR | O_CREAT, 0700);
+
if (fd < 0)
#ifdef __FreeBSD__
atf_tc_skip("opening %s failed; skipping testcase: %s",