Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Don't pick up the <sys/sysctl.h> definitions by c...



details:   https://anonhg.NetBSD.org/src/rev/7baa4b4b3669
branches:  trunk
changeset: 753159:7baa4b4b3669
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Mar 19 01:31:11 2010 +0000

description:
Don't pick up the <sys/sysctl.h> definitions by chance,
but #include here.

diffstat:

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

diffs (18 lines):

diff -r 7c714d493f64 -r 7baa4b4b3669 sys/dev/ic/ath_netbsd.h
--- a/sys/dev/ic/ath_netbsd.h   Fri Mar 19 01:16:44 2010 +0000
+++ b/sys/dev/ic/ath_netbsd.h   Fri Mar 19 01:31:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ath_netbsd.h,v 1.9 2009/10/19 23:19:39 rmind Exp $ */
+/*     $NetBSD: ath_netbsd.h,v 1.10 2010/03/19 01:31:11 dyoung Exp $ */
 
 /*-
  * Copyright (c) 2003, 2004 David Young
@@ -27,6 +27,8 @@
 #ifndef _ATH_NETBSD_H
 #define _ATH_NETBSD_H
 
+#include <sys/sysctl.h>
+
 #undef KASSERT
 #define KASSERT(__cond, __complaint) if (!(__cond)) panic __complaint
 



Home | Main Index | Thread Index | Old Index