Module Name: src
Committed By: wiz
Date: Wed May 25 20:49:00 UTC 2016
Modified Files:
src/sys/kern: kern_pax.c
Log Message:
Consistent indent.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/kern/kern_pax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/kern_pax.c
diff -u src/sys/kern/kern_pax.c:1.53 src/sys/kern/kern_pax.c:1.54
--- src/sys/kern/kern_pax.c:1.53 Wed May 25 20:07:54 2016
+++ src/sys/kern/kern_pax.c Wed May 25 20:49:00 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_pax.c,v 1.53 2016/05/25 20:07:54 christos Exp $ */
+/* $NetBSD: kern_pax.c,v 1.54 2016/05/25 20:49:00 wiz Exp $ */
/*
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.53 2016/05/25 20:07:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.54 2016/05/25 20:49:00 wiz Exp $");
#include "opt_pax.h"
@@ -362,7 +362,7 @@ pax_set_flags(struct exec_package *epp,
if (pax_mprotect_ptrace == 0)
return;
/*
- * If we are running under the debugger, turn off MPROTECT so
+ * If we are running under the debugger, turn off MPROTECT so
* the debugger can insert/delete breakpoints
*/
if (p->p_slflag & PSL_TRACED)