Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Set proper include file: <sys/intr.h>
details: https://anonhg.NetBSD.org/src/rev/58e6a2cc8ec2
branches: trunk
changeset: 339268:58e6a2cc8ec2
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Jul 09 10:23:51 2015 +0000
description:
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>
diffstat:
share/man/man9/splraiseipl.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9844bd8431a5 -r 58e6a2cc8ec2 share/man/man9/splraiseipl.9
--- a/share/man/man9/splraiseipl.9 Thu Jul 09 10:17:32 2015 +0000
+++ b/share/man/man9/splraiseipl.9 Thu Jul 09 10:23:51 2015 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index