Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Uses PRI_KERNEL from sys/param.h; include that expli...



details:   https://anonhg.NetBSD.org/src/rev/76b8a898a2fe
branches:  trunk
changeset: 755262:76b8a898a2fe
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 30 02:25:15 2010 +0000

description:
Uses PRI_KERNEL from sys/param.h; include that explicitly instead of by
accident.

diffstat:

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

diffs (17 lines):

diff -r 38dcd527c07e -r 76b8a898a2fe sys/sys/lwp.h
--- a/sys/sys/lwp.h     Sun May 30 00:52:06 2010 +0000
+++ b/sys/sys/lwp.h     Sun May 30 02:25:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lwp.h,v 1.132 2010/04/25 15:55:24 ad Exp $     */
+/*     $NetBSD: lwp.h,v 1.133 2010/05/30 02:25:15 dholland Exp $       */
 
 /*-
  * Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -33,6 +33,7 @@
 #ifndef _SYS_LWP_H_
 #define _SYS_LWP_H_
 
+#include <sys/param.h>
 #include <sys/time.h>
 #include <sys/queue.h>
 #include <sys/callout.h>



Home | Main Index | Thread Index | Old Index