summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-01-16 15:49:00 +0000
committerart <art@openbsd.org>2001-01-16 15:49:00 +0000
commitd828228fc886f705549f2c98081febf56b5341f4 (patch)
tree2975a18bb4bce521c5c686431cf8be5c6b40ca35 /sys
parentAdd a check for MNT_NOEXEC that was in exec_elf.c but not here. (diff)
downloadwireguard-openbsd-d828228fc886f705549f2c98081febf56b5341f4.tar.xz
wireguard-openbsd-d828228fc886f705549f2c98081febf56b5341f4.zip
Indentation nit.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/exec_elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c
index 980c6b269bc..7ba59b25e73 100644
--- a/sys/kern/exec_elf.c
+++ b/sys/kern/exec_elf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.c,v 1.29 2000/01/01 21:11:18 mickey Exp $ */
+/* $OpenBSD: exec_elf.c,v 1.30 2001/01/16 15:49:00 art Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -700,7 +700,7 @@ exec_elf_fixup(p, epp)
* Push extra arguments on the stack needed by dynamically
* linked binaries
*/
- if(error == 0) {
+ if (error == 0) {
a = ai;
a->au_id = AUX_phdr;