summaryrefslogtreecommitdiff
path: root/sys/fs/umapfs/umap_subr.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch)
treeb3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/fs/umapfs/umap_subr.c
parentbbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff)
Notes
Diffstat (limited to 'sys/fs/umapfs/umap_subr.c')
-rw-r--r--sys/fs/umapfs/umap_subr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c
index 6f5296ebc234..a74b3eb10215 100644
--- a/sys/fs/umapfs/umap_subr.c
+++ b/sys/fs/umapfs/umap_subr.c
@@ -35,17 +35,14 @@
*
* @(#)umap_subr.c 8.9 (Berkeley) 5/14/95
*
- * $Id$
+ * $Id: umap_subr.c,v 1.10 1997/02/22 09:40:37 peter Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
-#include <sys/time.h>
-#include <sys/types.h>
#include <sys/vnode.h>
#include <sys/mount.h>
-#include <sys/namei.h>
#include <sys/malloc.h>
#include <miscfs/umapfs/umap.h>