aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_aes.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-13 09:02:06 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-13 09:02:06 +0000
commit3924ad705e6cf5a5fa4108ba44859936c92c25f6 (patch)
tree7e373e1543fdcdee14db44b0c4513544d165797c /sys/geom/geom_aes.c
parent82fdc5e61b131d9fa5ba1c08c4d6eb8b81ee047b (diff)
Time has run from the "run GEOM in userland" harness, and the new regression
test is built to test GEOM as running in the kernel. This commit is basically "unifdef -D_KERNEL" to remove the mainly #include related code to support the userland-harness.
Notes
Notes: svn path=/head/; revision=113432
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r--sys/geom/geom_aes.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c
index 6862e989dbc5..b79231d21de6 100644
--- a/sys/geom/geom_aes.c
+++ b/sys/geom/geom_aes.c
@@ -41,13 +41,6 @@
*/
#include <sys/param.h>
-#ifndef _KERNEL
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <signal.h>
-#include <err.h>
-#else
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
@@ -56,7 +49,6 @@
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/libkern.h>
-#endif
#include <sys/endian.h>
#include <sys/md5.h>
#include <sys/errno.h>