Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Typo fix (Geoff Wing)



details:   https://anonhg.NetBSD.org/src/rev/2e5dd0afc987
branches:  trunk
changeset: 446456:2e5dd0afc987
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 06 13:51:43 2018 +0000

description:
Typo fix (Geoff Wing)

diffstat:

 sys/kern/kern_proc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cb54255838bd -r 2e5dd0afc987 sys/kern/kern_proc.c
--- a/sys/kern/kern_proc.c      Thu Dec 06 13:25:02 2018 +0000
+++ b/sys/kern/kern_proc.c      Thu Dec 06 13:51:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_proc.c,v 1.222 2018/12/05 18:16:51 christos Exp $ */
+/*     $NetBSD: kern_proc.c,v 1.223 2018/12/06 13:51:43 christos Exp $ */
 
 /*-
  * Copyright (c) 1999, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.222 2018/12/05 18:16:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.223 2018/12/06 13:51:43 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_kstack.h"
@@ -223,7 +223,7 @@
 static int sysctl_security_expose_address(SYSCTLFN_PROTO);
 
 #ifdef KASLR
-static int kern_expose_address_= 0;
+static int kern_expose_address = 0;
 #else
 static int kern_expose_address = 1;
 #endif



Home | Main Index | Thread Index | Old Index