summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-16 14:13:23 +0000
committerphk <phk@FreeBSD.org>2003-02-16 14:13:23 +0000
commit4bfb37f22e897ff2329cdaa28ab2c1996b9fb010 (patch)
tree3a5e1848a386dcd257e25407bcc8d5c21ce0f514
parent016baafb55e05dc76701ad38fc374510b53a52de (diff)
downloadFreeBSD-src-4bfb37f22e897ff2329cdaa28ab2c1996b9fb010.zip
FreeBSD-src-4bfb37f22e897ff2329cdaa28ab2c1996b9fb010.tar.gz
Remove #include <sys/dkstat.h>
-rw-r--r--sbin/vinum/vext.h1
-rw-r--r--sys/alpha/alpha/mp_machdep.c1
-rw-r--r--sys/alpha/osf1/osf1_misc.c1
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
-rw-r--r--sys/amd64/amd64/mptable.c1
-rw-r--r--sys/amd64/ia32/ia32_misc.c1
-rw-r--r--sys/amd64/include/mptable.h1
-rw-r--r--sys/compat/freebsd32/freebsd32_misc.c1
-rw-r--r--sys/compat/linprocfs/linprocfs.c1
-rw-r--r--sys/dev/cy/cy.c1
-rw-r--r--sys/dev/cy/cy_isa.c1
-rw-r--r--sys/dev/dgb/dgb.c1
-rw-r--r--sys/dev/rc/rc.c1
-rw-r--r--sys/dev/rp/rp.c1
-rw-r--r--sys/dev/si/si.c1
-rw-r--r--sys/dev/sio/sio.c1
-rw-r--r--sys/dev/vinum/vinumhdr.h1
-rw-r--r--sys/i386/i386/mp_machdep.c1
-rw-r--r--sys/i386/i386/mptable.c1
-rw-r--r--sys/i386/include/mptable.h1
-rw-r--r--sys/i386/isa/cy.c1
-rw-r--r--sys/i386/isa/spic.c1
-rw-r--r--sys/ia64/ia32/ia32_misc.c1
-rw-r--r--sys/kern/kern_clock.c1
-rw-r--r--sys/kern/tty.c1
-rw-r--r--sys/net/if_sl.c1
-rw-r--r--sys/net/ppp_tty.c1
-rw-r--r--sys/pc98/cbus/sio.c1
-rw-r--r--sys/pc98/pc98/sio.c1
-rw-r--r--sys/powerpc/powerpc/mp_machdep.c1
-rw-r--r--usr.bin/systat/devs.c1
-rw-r--r--usr.bin/systat/iostat.c1
-rw-r--r--usr.bin/systat/pigs.c1
-rw-r--r--usr.bin/systat/vmstat.c1
-rw-r--r--usr.bin/top/machine.c1
-rw-r--r--usr.bin/vmstat/vmstat.c1
-rw-r--r--usr.sbin/iostat/iostat.c1
37 files changed, 0 insertions, 37 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index 3d0f79b..fcfb1e4 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -56,7 +56,6 @@ enum {
#include <sys/param.h>
#include <sys/errno.h>
-#include <sys/dkstat.h>
#include <sys/time.h>
#include <sys/bio.h>
#include <sys/buf.h>
diff --git a/sys/alpha/alpha/mp_machdep.c b/sys/alpha/alpha/mp_machdep.c
index 3758407..ed32a65 100644
--- a/sys/alpha/alpha/mp_machdep.c
+++ b/sys/alpha/alpha/mp_machdep.c
@@ -43,7 +43,6 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <sys/user.h>
-#include <sys/dkstat.h>
#include <machine/atomic.h>
#include <machine/pmap.h>
diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c
index f5001db..adf76e3 100644
--- a/sys/alpha/osf1/osf1_misc.c
+++ b/sys/alpha/osf1/osf1_misc.c
@@ -36,7 +36,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/dkstat.h>
#include <sys/exec.h>
#include <sys/fcntl.h>
#include <sys/filedesc.h>
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 7960c51..cc29843 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index 7960c51..cc29843 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c
index 8b707b4..d593c04 100644
--- a/sys/amd64/ia32/ia32_misc.c
+++ b/sys/amd64/ia32/ia32_misc.c
@@ -31,7 +31,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/dkstat.h>
#include <sys/exec.h>
#include <sys/fcntl.h>
#include <sys/filedesc.h>
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index 7960c51..cc29843 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
index 8b707b4..d593c04 100644
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -31,7 +31,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/dkstat.h>
#include <sys/exec.h>
#include <sys/fcntl.h>
#include <sys/filedesc.h>
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index 1ccd25a..e18e0c7 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -45,7 +45,6 @@
#include <sys/queue.h>
#include <sys/blist.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/exec.h>
#include <sys/jail.h>
#include <sys/kernel.h>
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index f42bdb3..0d54043 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -71,7 +71,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index f42bdb3..0d54043 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -71,7 +71,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 35a0696..65d2a25 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -76,7 +76,6 @@
#include <sys/systm.h>
#include <sys/tty.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 7a1c44d..672b091 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -39,7 +39,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c
index 56a8d6b..9c6dbe6 100644
--- a/sys/dev/rp/rp.c
+++ b/sys/dev/rp/rp.c
@@ -43,7 +43,6 @@
#include <sys/fcntl.h>
#include <sys/malloc.h>
#include <sys/tty.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <machine/resource.h>
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 1eff206..84750bc 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -50,7 +50,6 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International
#include <sys/tty.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 6d05b2b..1ca84d4 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -53,7 +53,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/vinum/vinumhdr.h b/sys/dev/vinum/vinumhdr.h
index 00a2251..e8161e8 100644
--- a/sys/dev/vinum/vinumhdr.h
+++ b/sys/dev/vinum/vinumhdr.h
@@ -52,7 +52,6 @@
#include <sys/sysctl.h>
#endif
#include <sys/errno.h>
-#include <sys/dkstat.h>
#include <sys/time.h>
#include <sys/bio.h>
#include <sys/buf.h>
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index 7960c51..cc29843 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c
index 7960c51..cc29843 100644
--- a/sys/i386/i386/mptable.c
+++ b/sys/i386/i386/mptable.c
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 7960c51..cc29843 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cons.h> /* cngetc() */
-#include <sys/dkstat.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c
index f42bdb3..0d54043 100644
--- a/sys/i386/isa/cy.c
+++ b/sys/i386/isa/cy.c
@@ -71,7 +71,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c
index 2882e31..ce5b2dd 100644
--- a/sys/i386/isa/spic.c
+++ b/sys/i386/isa/spic.c
@@ -64,7 +64,6 @@
#include <sys/tty.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/dkstat.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
#include <sys/uio.h>
diff --git a/sys/ia64/ia32/ia32_misc.c b/sys/ia64/ia32/ia32_misc.c
index 8b707b4..d593c04 100644
--- a/sys/ia64/ia32/ia32_misc.c
+++ b/sys/ia64/ia32/ia32_misc.c
@@ -31,7 +31,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/dkstat.h>
#include <sys/exec.h>
#include <sys/fcntl.h>
#include <sys/filedesc.h>
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 793a8ed..8cb6fcd 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -43,7 +43,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/dkstat.h>
#include <sys/callout.h>
#include <sys/kernel.h>
#include <sys/lock.h>
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 5280279..2c4e554 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -93,7 +93,6 @@
#undef TTYDEFCHARS
#include <sys/fcntl.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/poll.h>
#include <sys/kernel.h>
#include <sys/vnode.h>
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index 2c3a222..80d8b35 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -73,7 +73,6 @@
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/proc.h>
-#include <sys/dkstat.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/fcntl.h>
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c
index 92215f1..52a0ff5 100644
--- a/sys/net/ppp_tty.c
+++ b/sys/net/ppp_tty.c
@@ -80,7 +80,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/mbuf.h>
-#include <sys/dkstat.h>
#include <sys/socket.h>
#include <sys/fcntl.h>
#include <sys/tty.h>
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index ab67e23..675e22d 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -116,7 +116,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c
index ab67e23..675e22d 100644
--- a/sys/pc98/pc98/sio.c
+++ b/sys/pc98/pc98/sio.c
@@ -116,7 +116,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c
index 5e4c339..685c3e0 100644
--- a/sys/powerpc/powerpc/mp_machdep.c
+++ b/sys/powerpc/powerpc/mp_machdep.c
@@ -40,7 +40,6 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <sys/user.h>
-#include <sys/dkstat.h>
#include <machine/atomic.h>
#include <machine/pmap.h>
diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c
index f472d8f..6bfc864 100644
--- a/usr.bin/systat/devs.c
+++ b/usr.bin/systat/devs.c
@@ -68,7 +68,6 @@ static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93";
#include <sys/types.h>
#include <sys/devicestat.h>
-#include <sys/dkstat.h>
#include <ctype.h>
#include <devstat.h>
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index 0235bcb..e05ac1b 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -67,7 +67,6 @@ static const char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93";
#endif
#include <sys/param.h>
-#include <sys/dkstat.h>
#include <sys/sysctl.h>
#include <devstat.h>
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c
index 9ac9d82..a10e734 100644
--- a/usr.bin/systat/pigs.c
+++ b/usr.bin/systat/pigs.c
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
*/
#include <sys/param.h>
-#include <sys/dkstat.h>
#include <sys/time.h>
#include <sys/user.h>
#include <sys/sysctl.h>
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 4697bc5..9d442bf 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -50,7 +50,6 @@ static const char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#include <sys/uio.h>
#include <sys/namei.h>
#include <sys/sysctl.h>
-#include <sys/dkstat.h>
#include <sys/vmmeter.h>
#include <vm/vm_param.h>
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 980b08c..fd5a993 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -37,7 +37,6 @@
#include <pwd.h>
#include <sys/errno.h>
#include <sys/sysctl.h>
-#include <sys/dkstat.h>
#include <sys/file.h>
#include <sys/time.h>
#include <sys/proc.h>
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index c67ca61..31a3238 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -48,7 +48,6 @@ static const char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#include <sys/param.h>
#include <sys/time.h>
#include <sys/proc.h>
-#include <sys/dkstat.h>
#include <sys/uio.h>
#include <sys/namei.h>
#include <sys/malloc.h>
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c
index 22d19a7..d3b746d 100644
--- a/usr.sbin/iostat/iostat.c
+++ b/usr.sbin/iostat/iostat.c
@@ -102,7 +102,6 @@
#include <sys/param.h>
#include <sys/errno.h>
-#include <sys/dkstat.h>
#include <sys/sysctl.h>
#include <err.h>
OpenPOWER on IntegriCloud