From bcca5847d5e7a197302d7689cd358f5ce6316d0a Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 1 May 2001 08:13:21 +0000 Subject: Undo part of the tangle of having sys/lock.h and sys/mutex.h included in other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations) --- sys/fs/procfs/procfs_status.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sys/fs/procfs/procfs_status.c') diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index 40e3fbe..b29b4a9 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -42,18 +42,21 @@ #include #include +#include +#include +#include #include +#include #include -#include -#include -#include #include -#include +#include +#include #include #include #include -#include + +#include #define DOCHECK() do { if (ps >= psbuf+sizeof(psbuf)) goto bailout; } while (0) int -- cgit v1.1