diff options
author | bde <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
commit | cd450d67141a2e84500ff624dc9d39c255a7de77 (patch) | |
tree | b93fd2b4ccc29aeaa8d3fbc536cd0a353833c0d5 /sys/kern/vfs_aio.c | |
parent | dee7f44b926e2ae7097a847424fc1f14a017ba0d (diff) | |
download | FreeBSD-src-cd450d67141a2e84500ff624dc9d39c255a7de77.zip FreeBSD-src-cd450d67141a2e84500ff624dc9d39c255a7de77.tar.gz |
Moved some #includes from <sys/param.h> nearer to where they are actually
used.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r-- | sys/kern/vfs_aio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 3f74014..33e524e 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -13,7 +13,7 @@ * bad that happens because of using this software isn't the responsibility * of the author. This software is distributed AS-IS. * - * $Id: vfs_aio.c,v 1.23 1998/02/09 06:09:28 eivind Exp $ + * $Id: vfs_aio.c,v 1.24 1998/02/25 06:30:15 bde Exp $ */ /* @@ -49,6 +49,7 @@ #include <sys/user.h> #include <machine/cpu.h> +#include <machine/limits.h> static int jobrefid; |