diff options
author | ae <ae@FreeBSD.org> | 2011-07-11 05:22:31 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2011-07-11 05:22:31 +0000 |
commit | 972deb0b1f84a778df634f7aa995aca2b570beff (patch) | |
tree | 1e918332d3abac70d774643b79608b1d3c9344db /sys | |
parent | 7f1d0d3f37a0e0f27624b2bf980c16a3e1073f1e (diff) | |
download | FreeBSD-src-972deb0b1f84a778df634f7aa995aca2b570beff.zip FreeBSD-src-972deb0b1f84a778df634f7aa995aca2b570beff.tar.gz |
Include sys/sbuf.h directly.
Reviewed by: pjd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/geom/cache/g_cache.c | 1 | ||||
-rw-r--r-- | sys/geom/concat/g_concat.c | 1 | ||||
-rw-r--r-- | sys/geom/eli/g_eli.c | 1 | ||||
-rw-r--r-- | sys/geom/gate/g_gate.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_bsd.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_ccd.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_disk.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_pc98.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_sunlabel.c | 1 | ||||
-rw-r--r-- | sys/geom/label/g_label_gpt.c | 1 | ||||
-rw-r--r-- | sys/geom/mirror/g_mirror.c | 1 | ||||
-rw-r--r-- | sys/geom/mountver/g_mountver.c | 1 | ||||
-rw-r--r-- | sys/geom/multipath/g_multipath.c | 1 | ||||
-rw-r--r-- | sys/geom/nop/g_nop.c | 1 | ||||
-rw-r--r-- | sys/geom/raid/g_raid.c | 1 | ||||
-rw-r--r-- | sys/geom/raid3/g_raid3.c | 1 | ||||
-rw-r--r-- | sys/geom/sched/g_sched.c | 1 | ||||
-rw-r--r-- | sys/geom/sched/gs_rr.c | 1 | ||||
-rw-r--r-- | sys/geom/shsec/g_shsec.c | 1 | ||||
-rw-r--r-- | sys/geom/stripe/g_stripe.c | 1 | ||||
-rw-r--r-- | sys/geom/vinum/geom_vinum.c | 1 | ||||
-rw-r--r-- | sys/geom/vinum/geom_vinum_drive.c | 2 | ||||
-rw-r--r-- | sys/geom/vinum/geom_vinum_list.c | 2 | ||||
-rw-r--r-- | sys/geom/vinum/geom_vinum_subr.c | 1 | ||||
-rw-r--r-- | sys/geom/virstor/g_virstor.c | 1 |
25 files changed, 27 insertions, 0 deletions
diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index ca05f14..fc3490f 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/queue.h> +#include <sys/sbuf.h> #include <sys/time.h> #include <vm/uma.h> #include <geom/geom.h> diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 54e0fe0..b2196b7 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <geom/geom.h> diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 30497a4..6941470 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/eventhandler.h> diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 22338a5..886b993 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/limits.h> #include <sys/queue.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/signalvar.h> #include <sys/time.h> diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index c5b9252..60fc50c 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$"); #include <sys/errno.h> #include <sys/disklabel.h> #include <sys/gpt.h> +#include <sys/sbuf.h> #include <sys/uuid.h> #include <geom/geom.h> #include <geom/geom_slice.h> diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index 1659321..b2ccaba 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <sys/bio.h> #include <sys/malloc.h> +#include <sys/sbuf.h> #include <geom/geom.h> /* diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 17cae68..3072895 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$"); #include <sys/ctype.h> #include <sys/fcntl.h> #include <sys/malloc.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/devicestat.h> #include <machine/md_var.h> diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c index ffc48bd..71c194d 100644 --- a/sys/geom/geom_pc98.c +++ b/sys/geom/geom_pc98.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include <sys/bio.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/sbuf.h> #include <sys/diskpc98.h> #include <geom/geom.h> diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index f05b7e6..5ac35ad 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/md5.h> +#include <sys/sbuf.h> #include <sys/sun_disklabel.h> #include <geom/geom.h> #include <geom/geom_slice.h> diff --git a/sys/geom/label/g_label_gpt.c b/sys/geom/label/g_label_gpt.c index 3701495..ecab01b 100644 --- a/sys/geom/label/g_label_gpt.c +++ b/sys/geom/label/g_label_gpt.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/kobj.h> #include <sys/gpt.h> +#include <sys/sbuf.h> #include <geom/geom.h> #include <geom/label/g_label.h> diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index a2780d7..6688864 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/eventhandler.h> diff --git a/sys/geom/mountver/g_mountver.c b/sys/geom/mountver/g_mountver.c index c653090..b2e1a63 100644 --- a/sys/geom/mountver/g_mountver.c +++ b/sys/geom/mountver/g_mountver.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mutex.h> #include <sys/bio.h> #include <sys/disk.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/eventhandler.h> diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index 6720a87..947cce0 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/kthread.h> #include <sys/malloc.h> diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index c1a2333..675f06e 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <geom/geom.h> diff --git a/sys/geom/raid/g_raid.c b/sys/geom/raid/g_raid.c index 1fdd421..3c4a3f8 100644 --- a/sys/geom/raid/g_raid.c +++ b/sys/geom/raid/g_raid.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/eventhandler.h> diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index 67e4419..eef7c10 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/eventhandler.h> diff --git a/sys/geom/sched/g_sched.c b/sys/geom/sched/g_sched.c index dd5120f..1010229 100644 --- a/sys/geom/sched/g_sched.c +++ b/sys/geom/sched/g_sched.c @@ -111,6 +111,7 @@ #include <sys/bio.h> #include <sys/limits.h> #include <sys/hash.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/proc.h> /* we access curthread */ diff --git a/sys/geom/sched/gs_rr.c b/sys/geom/sched/gs_rr.c index 39b976a..1fc8cda 100644 --- a/sys/geom/sched/gs_rr.c +++ b/sys/geom/sched/gs_rr.c @@ -59,6 +59,7 @@ #include <sys/module.h> #include <sys/proc.h> #include <sys/queue.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include "gs_scheduler.h" diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 4bf918f..abf0317 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <vm/uma.h> diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index 08841b5..bb94631 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/mutex.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <vm/uma.h> diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index 107b80d..ab4d1a4 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/module.h> #include <sys/mutex.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/systm.h> diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index f782fd0..877eed4 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -27,8 +27,10 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/types.h> #include <sys/endian.h> #include <sys/malloc.h> +#include <sys/sbuf.h> #include <sys/systm.h> #include <geom/geom.h> diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index 00b89495..3d44cd4 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -28,8 +28,10 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/types.h> #include <sys/libkern.h> #include <sys/malloc.h> +#include <sys/sbuf.h> #include <geom/geom.h> #include <geom/vinum/geom_vinum_var.h> diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index e381ff2..ea7c7e7 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/malloc.h> +#include <sys/sbuf.h> #include <sys/systm.h> #include <geom/geom.h> diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index 509aca1..e9bee5c 100644 --- a/sys/geom/virstor/g_virstor.c +++ b/sys/geom/virstor/g_virstor.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mutex.h> #include <sys/sx.h> #include <sys/bio.h> +#include <sys/sbuf.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/time.h> |