Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe raidframe doesn't need sys/user.h (or at l...
details: https://anonhg.NetBSD.org/src/rev/1f89396ab556
branches: trunk
changeset: 748109:1f89396ab556
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Oct 13 22:46:28 2009 +0000
description:
raidframe doesn't need sys/user.h (or at least one would hope so ;)
diffstat:
sys/dev/raidframe/rf_netbsdkintf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 01f3cc18201c -r 1f89396ab556 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c Tue Oct 13 22:41:57 2009 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c Tue Oct 13 22:46:28 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.266 2009/07/23 21:58:06 dyoung Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.267 2009/10/13 22:46:28 pooka Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -139,7 +139,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.266 2009/07/23 21:58:06 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.267 2009/10/13 22:46:28 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -163,7 +163,6 @@
#include <sys/conf.h>
#include <sys/buf.h>
#include <sys/bufq.h>
-#include <sys/user.h>
#include <sys/reboot.h>
#include <sys/kauth.h>
Home |
Main Index |
Thread Index |
Old Index