Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Include opt_param.h for MSGBUFSIZ...



details:   https://anonhg.NetBSD.org/src/rev/2645b9e74b14
branches:  trunk
changeset: 1021434:2645b9e74b14
user:      rin <rin%NetBSD.org@localhost>
date:      Sun May 30 07:20:00 2021 +0000

description:
Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT.

diffstat:

 sys/arch/arm/include/arm32/param.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f3dc6d1a72a -r 2645b9e74b14 sys/arch/arm/include/arm32/param.h
--- a/sys/arch/arm/include/arm32/param.h        Sun May 30 07:17:01 2021 +0000
+++ b/sys/arch/arm/include/arm32/param.h        Sun May 30 07:20:00 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.33 2020/07/10 12:25:09 skrll Exp $ */
+/*     $NetBSD: param.h,v 1.34 2021/05/30 07:20:00 rin Exp $   */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -38,6 +38,7 @@
 #ifdef _KERNEL_OPT
 #include "opt_arm32_pmap.h"
 #include "opt_kasan.h"
+#include "opt_param.h"
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index