Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 It is not VirtualBo give some more space.
details: https://anonhg.NetBSD.org/src/rev/53592813f3f1
branches: trunk
changeset: 952820:53592813f3f1
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 19 03:28:53 2021 +0000
description:
It is not VirtualBo give some more space.
diffstat:
sys/arch/x86/x86/x86_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 29584cc8b851 -r 53592813f3f1 sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c Fri Feb 19 02:18:09 2021 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c Fri Feb 19 03:28:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_machdep.c,v 1.147 2021/02/19 02:18:09 christos Exp $ */
+/* $NetBSD: x86_machdep.c,v 1.148 2021/02/19 03:28:53 christos Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.147 2021/02/19 02:18:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.148 2021/02/19 03:28:53 christos Exp $");
#include "opt_modular.h"
#include "opt_physmem.h"
@@ -1329,7 +1329,7 @@
{
struct sysctlnode node;
const char *t = NULL;
- char buf[10];
+ char buf[64];
node = *rnode;
node.sysctl_data = buf;
Home |
Main Index |
Thread Index |
Old Index