diff options
author | phk <phk@FreeBSD.org> | 1999-10-30 09:31:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-10-30 09:31:52 +0000 |
commit | 91b84ac6af4009a0ae8b9cb3e59d9a8108e5fc96 (patch) | |
tree | e8d3a1fad9651ba47d234ad0240efac8baf2e804 /sys/kern | |
parent | 4a66bff37d10bbd95dbc8e0917ecf67cf2e034e9 (diff) | |
download | FreeBSD-src-91b84ac6af4009a0ae8b9cb3e59d9a8108e5fc96.zip FreeBSD-src-91b84ac6af4009a0ae8b9cb3e59d9a8108e5fc96.tar.gz |
Remove a #define which doesn't do miracles anymore.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_bio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 8c927fe..8563bf0 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -27,7 +27,6 @@ * see man buf(9) for more info. */ -#define VMIO #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |