Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/miscfs/genfs Trim unused headers.
details: https://anonhg.NetBSD.org/src/rev/f77021747e97
branches: trunk
changeset: 770247:f77021747e97
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Oct 09 14:34:39 2011 +0000
description:
Trim unused headers.
diffstat:
sys/miscfs/genfs/genfs_io.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r 7b7ad08abdd2 -r f77021747e97 sys/miscfs/genfs/genfs_io.c
--- a/sys/miscfs/genfs/genfs_io.c Sun Oct 09 14:11:00 2011 +0000
+++ b/sys/miscfs/genfs/genfs_io.c Sun Oct 09 14:34:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genfs_io.c,v 1.51 2011/09/01 16:55:08 matt Exp $ */
+/* $NetBSD: genfs_io.c,v 1.52 2011/10/09 14:34:39 uebayasi Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -31,20 +31,15 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.51 2011/09/01 16:55:08 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.52 2011/10/09 14:34:39 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/kernel.h>
#include <sys/mount.h>
-#include <sys/namei.h>
#include <sys/vnode.h>
-#include <sys/fcntl.h>
#include <sys/kmem.h>
-#include <sys/poll.h>
-#include <sys/mman.h>
-#include <sys/file.h>
#include <sys/kauth.h>
#include <sys/fstrans.h>
#include <sys/buf.h>
Home |
Main Index |
Thread Index |
Old Index