summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
commit0b08f5f73743f75cfe4603d65bf68a36aca310af (patch)
treef2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/kern/vfs_aio.c
parentdbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff)
downloadsrc-test2-0b08f5f73743f75cfe4603d65bf68a36aca310af.tar.gz
src-test2-0b08f5f73743f75cfe4603d65bf68a36aca310af.zip
Notes
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 36570edb005b..802b069849ec 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,15 +13,13 @@
* 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.20 1997/12/10 04:14:23 dyson Exp $
+ * $Id: vfs_aio.c,v 1.21 1998/02/04 22:32:38 eivind Exp $
*/
/*
* This file contains support for the POSIX.4 AIO/LIO facility.
*/
-#include "opt_diagnostic.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>