Module Name:    src
Committed By:   kamil
Date:           Thu Jul  9 10:23:51 UTC 2015

Modified Files:
        src/share/man/man9: splraiseipl.9

Log Message:
Set proper include file: <sys/intr.h>

The <sys/param.h> header has nothing to do (directly or indirectly) with
splraiseipl(9). This issue might be hidden for kernel modules, as
<sys/module.h> includes <sys/mutex.h>, which in turn pulls in <sys/intr.h>.

Reviewed by <msaitoh>


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/splraiseipl.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/splraiseipl.9
diff -u src/share/man/man9/splraiseipl.9:1.6 src/share/man/man9/splraiseipl.9:1.7
--- src/share/man/man9/splraiseipl.9:1.6	Wed Dec  5 04:50:49 2007
+++ src/share/man/man9/splraiseipl.9	Thu Jul  9 10:23:51 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: splraiseipl.9,v 1.6 2007/12/05 04:50:49 ad Exp $
+.\"	$NetBSD: splraiseipl.9,v 1.7 2015/07/09 10:23:51 kamil Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .Nd raise the system priority level
 .\" ------------------------------------------------------------
 .Sh SYNOPSIS
-.In sys/param.h
+.In sys/intr.h
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .Ft int
 .Fn splraiseipl \

Reply via email to