Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Socket ioctl definitions need sys/sockio.h.



details:   https://anonhg.NetBSD.org/src/rev/e145753b979b
branches:  trunk
changeset: 758753:e145753b979b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 05:56:29 2010 +0000

description:
Socket ioctl definitions need sys/sockio.h.

diffstat:

 sys/dev/ic/rtw.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9cb6e13f01bb -r e145753b979b sys/dev/ic/rtw.c
--- a/sys/dev/ic/rtw.c  Mon Nov 15 05:52:41 2010 +0000
+++ b/sys/dev/ic/rtw.c  Mon Nov 15 05:56:29 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $ */
+/* $NetBSD: rtw.c,v 1.118 2010/11/15 05:56:29 uebayasi Exp $ */
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 David Young.  All rights
  * reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.118 2010/11/15 05:56:29 uebayasi Exp $");
 
 
 #include <sys/param.h>
@@ -45,6 +45,7 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/device.h>
+#include <sys/sockio.h>
 
 #include <machine/endian.h>
 #include <sys/bus.h>



Home | Main Index | Thread Index | Old Index