Skip to content

Commit

Permalink
HBSD: fix compile error in vm_map.c
Browse files Browse the repository at this point in the history
Pointyhat: me
Signed-off-by: Oliver Pinter <[email protected]>
(cherry picked from commit 2f4bd42)
Signed-off-by: Oliver Pinter <[email protected]>
  • Loading branch information
opntr committed Sep 24, 2017
1 parent 0940151 commit 8f90eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/vm/vm_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -3641,9 +3641,9 @@ sysctl_stack_guard_page(SYSCTL_HANDLER_ARGS)
return (err);

switch (val) {
0:
case 0:
/* FALLTHROUGH */
1:
case 1:
stack_guard_page = val;
err = 0;
break;
Expand Down

0 comments on commit 8f90eac

Please sign in to comment.