Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Include sys/proc.h for curproc.
details: https://anonhg.NetBSD.org/src/rev/82f7d86a7ed0
branches: trunk
changeset: 758697:82f7d86a7ed0
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 13 08:54:23 2010 +0000
description:
Include sys/proc.h for curproc.
diffstat:
sys/dev/ic/atw.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 5e3c4fa0efbb -r 82f7d86a7ed0 sys/dev/ic/atw.c
--- a/sys/dev/ic/atw.c Sat Nov 13 08:41:40 2010 +0000
+++ b/sys/dev/ic/atw.c Sat Nov 13 08:54:23 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $ */
+/* $NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $");
#include <sys/param.h>
@@ -49,12 +49,11 @@
#include <sys/device.h>
#include <sys/kauth.h>
#include <sys/time.h>
+#include <sys/proc.h>
#include <lib/libkern/libkern.h>
#include <machine/endian.h>
-#include <uvm/uvm_extern.h>
-
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>
Home |
Main Index |
Thread Index |
Old Index