Module Name:    src
Committed By:   pooka
Date:           Tue Oct 13 22:46:28 UTC 2009

Modified Files:
        src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
raidframe doesn't need sys/user.h (or at least one would hope so ;)


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/sys/dev/raidframe/rf_netbsdkintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/raidframe/rf_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.266 src/sys/dev/raidframe/rf_netbsdkintf.c:1.267
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.266	Thu Jul 23 21:58:06 2009
+++ src/sys/dev/raidframe/rf_netbsdkintf.c	Tue Oct 13 22:46:28 2009
@@ -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>
 

Reply via email to