Source-Changes-HG archive

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

[src/trunk]: src/sys/sys make his freestanding.



details:   https://anonhg.NetBSD.org/src/rev/5f3189cbccfd
branches:  trunk
changeset: 319545:5f3189cbccfd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 02 22:25:30 2018 +0000

description:
make his freestanding.

diffstat:

 sys/sys/kernel.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cc75d836ea1f -r 5f3189cbccfd sys/sys/kernel.h
--- a/sys/sys/kernel.h  Sat Jun 02 21:17:06 2018 +0000
+++ b/sys/sys/kernel.h  Sat Jun 02 22:25:30 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernel.h,v 1.29 2013/07/30 13:14:30 matt Exp $ */
+/*     $NetBSD: kernel.h,v 1.30 2018/06/02 22:25:30 christos Exp $     */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -40,6 +40,8 @@
 #define _SYS_KERNEL_H_
 
 #if defined(_KERNEL) || defined(_STANDALONE)
+#include <sys/param.h>
+
 /* Global variables for the kernel. */
 
 extern long hostid;



Home | Main Index | Thread Index | Old Index