diff options
Diffstat (limited to 'sys/geom/geom_mbr.c')
-rw-r--r-- | sys/geom/geom_mbr.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/geom/geom_mbr.c b/sys/geom/geom_mbr.c index 2663f3e..d2af8ab 100644 --- a/sys/geom/geom_mbr.c +++ b/sys/geom/geom_mbr.c @@ -35,21 +35,12 @@ #include <sys/param.h> #include <sys/errno.h> #include <sys/endian.h> -#ifndef _KERNEL -#include <stdio.h> -#include <string.h> -#include <signal.h> -#include <sys/param.h> -#include <stdlib.h> -#include <err.h> -#else #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/bio.h> #include <sys/lock.h> #include <sys/mutex.h> -#endif #include <sys/diskmbr.h> #include <sys/sbuf.h> |