Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove double-inclusion of <sys/kauth.c>



details:   https://anonhg.NetBSD.org/src/rev/7b9a8e6e247e
branches:  trunk
changeset: 758074:7b9a8e6e247e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Oct 16 18:09:02 2010 +0000

description:
Remove double-inclusion of <sys/kauth.c>

diffstat:

 sys/kern/kern_module.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d5f3a4110256 -r 7b9a8e6e247e sys/kern/kern_module.c
--- a/sys/kern/kern_module.c    Sat Oct 16 17:48:12 2010 +0000
+++ b/sys/kern/kern_module.c    Sat Oct 16 18:09:02 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_module.c,v 1.72 2010/08/21 13:17:31 pgoyette Exp $        */
+/*     $NetBSD: kern_module.c,v 1.73 2010/10/16 18:09:02 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.72 2010/08/21 13:17:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.73 2010/10/16 18:09:02 pgoyette Exp $");
 
 #define _MODULE_INTERNAL
 
@@ -51,7 +51,6 @@
 #include <sys/kobj.h>
 #include <sys/kmem.h>
 #include <sys/module.h>
-#include <sys/kauth.h>
 #include <sys/kthread.h>
 #include <sys/sysctl.h>
 #include <sys/lock.h>



Home | Main Index | Thread Index | Old Index