diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/ufs | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_alloc.c | 3 | ||||
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_balloc.c | 3 | ||||
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_readwrite.c | 3 | ||||
-rw-r--r-- | sys/ufs/ffs/ffs_alloc.c | 3 | ||||
-rw-r--r-- | sys/ufs/ffs/ffs_vnops.c | 3 | ||||
-rw-r--r-- | sys/ufs/ufs/ufs_dirhash.c | 3 | ||||
-rw-r--r-- | sys/ufs/ufs/ufs_ihash.c | 3 | ||||
-rw-r--r-- | sys/ufs/ufs/ufs_inode.c | 3 | ||||
-rw-r--r-- | sys/ufs/ufs/ufs_quota_stub.c | 3 | ||||
-rw-r--r-- | sys/ufs/ufs/ufs_vfsops.c | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_alloc.c b/sys/ufs/ext2fs/ext2fs_alloc.c index 308b25fb768..205351d8e88 100644 --- a/sys/ufs/ext2fs/ext2fs_alloc.c +++ b/sys/ufs/ext2fs/ext2fs_alloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_alloc.c,v 1.33 2014/07/14 08:54:13 pelikan Exp $ */ +/* $OpenBSD: ext2fs_alloc.c,v 1.34 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: ext2fs_alloc.c,v 1.10 2001/07/05 08:38:27 toshii Exp $ */ /* @@ -37,7 +37,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> #include <sys/kernel.h> diff --git a/sys/ufs/ext2fs/ext2fs_balloc.c b/sys/ufs/ext2fs/ext2fs_balloc.c index 5932c19d81e..7ae2a834c81 100644 --- a/sys/ufs/ext2fs/ext2fs_balloc.c +++ b/sys/ufs/ext2fs/ext2fs_balloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_balloc.c,v 1.23 2014/07/14 08:54:13 pelikan Exp $ */ +/* $OpenBSD: ext2fs_balloc.c,v 1.24 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: ext2fs_balloc.c,v 1.10 2001/07/04 21:16:01 chs Exp $ */ /* @@ -37,7 +37,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/file.h> #include <sys/vnode.h> diff --git a/sys/ufs/ext2fs/ext2fs_readwrite.c b/sys/ufs/ext2fs/ext2fs_readwrite.c index d5a29d3faed..007aca48423 100644 --- a/sys/ufs/ext2fs/ext2fs_readwrite.c +++ b/sys/ufs/ext2fs/ext2fs_readwrite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_readwrite.c,v 1.32 2014/07/13 13:28:26 pelikan Exp $ */ +/* $OpenBSD: ext2fs_readwrite.c,v 1.33 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: ext2fs_readwrite.c,v 1.16 2001/02/27 04:37:47 chs Exp $ */ /*- @@ -41,7 +41,6 @@ #include <sys/file.h> #include <sys/stat.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/mount.h> #include <sys/vnode.h> diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 1d3e4781d6a..fede646ed4d 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_alloc.c,v 1.101 2014/07/08 17:19:26 deraadt Exp $ */ +/* $OpenBSD: ffs_alloc.c,v 1.102 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: ffs_alloc.c,v 1.11 1996/05/11 18:27:09 mycroft Exp $ */ /* @@ -44,7 +44,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> #include <sys/kernel.h> diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 7b1c5491877..556760c19bb 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_vnops.c,v 1.77 2014/07/08 17:19:26 deraadt Exp $ */ +/* $OpenBSD: ffs_vnops.c,v 1.78 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: ffs_vnops.c,v 1.7 1996/05/11 18:27:24 mycroft Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/file.h> #include <sys/stat.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/mount.h> #include <sys/vnode.h> diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c index 41c13341a33..4b0d8c37d97 100644 --- a/sys/ufs/ufs/ufs_dirhash.c +++ b/sys/ufs/ufs/ufs_dirhash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_dirhash.c,v 1.29 2014/07/14 08:11:34 beck Exp $ */ +/* $OpenBSD: ufs_dirhash.c,v 1.30 2014/09/14 14:17:27 jsg Exp $ */ /* * Copyright (c) 2001, 2002 Ian Dowse. All rights reserved. * @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_dirhash.c,v 1.18 2004/02/15 21:39:35 dwm #include <sys/lock.h> #include <sys/malloc.h> #include <sys/pool.h> -#include <sys/proc.h> #include <sys/buf.h> #include <sys/vnode.h> #include <sys/mount.h> diff --git a/sys/ufs/ufs/ufs_ihash.c b/sys/ufs/ufs/ufs_ihash.c index 29396abeb52..8fcc0fc8c86 100644 --- a/sys/ufs/ufs/ufs_ihash.c +++ b/sys/ufs/ufs/ufs_ihash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_ihash.c,v 1.18 2014/04/14 22:25:40 beck Exp $ */ +/* $OpenBSD: ufs_ihash.c,v 1.19 2014/09/14 14:17:27 jsg Exp $ */ /* $NetBSD: ufs_ihash.c,v 1.3 1996/02/09 22:36:04 christos Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/systm.h> #include <sys/vnode.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index df5f2681911..8d17677ce88 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_inode.c,v 1.39 2014/03/19 04:17:33 guenther Exp $ */ +/* $OpenBSD: ufs_inode.c,v 1.40 2014/09/14 14:17:27 jsg Exp $ */ /* $NetBSD: ufs_inode.c,v 1.7 1996/05/11 18:27:52 mycroft Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> #include <sys/kernel.h> diff --git a/sys/ufs/ufs/ufs_quota_stub.c b/sys/ufs/ufs/ufs_quota_stub.c index 14ace5fc135..e6d98fefebd 100644 --- a/sys/ufs/ufs/ufs_quota_stub.c +++ b/sys/ufs/ufs/ufs_quota_stub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_quota_stub.c,v 1.6 2013/06/11 16:42:19 deraadt Exp $ */ +/* $OpenBSD: ufs_quota_stub.c,v 1.7 2014/09/14 14:17:27 jsg Exp $ */ #include <sys/param.h> #include <sys/kernel.h> @@ -6,7 +6,6 @@ #include <sys/namei.h> #include <sys/malloc.h> #include <sys/file.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index da70307ed23..0f0d7e2bd74 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_vfsops.c,v 1.17 2013/05/01 14:43:09 millert Exp $ */ +/* $OpenBSD: ufs_vfsops.c,v 1.18 2014/09/14 14:17:27 jsg Exp $ */ /* $NetBSD: ufs_vfsops.c,v 1.4 1996/02/09 22:36:12 christos Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/mbuf.h> #include <sys/mount.h> -#include <sys/proc.h> #include <sys/buf.h> #include <sys/vnode.h> #include <sys/malloc.h> |