summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-15 10:52:17 +0000
committerphk <phk@FreeBSD.org>2005-03-15 10:52:17 +0000
commitbdbc877b804838ff1550c73573706143f523ac3f (patch)
treed50c7e5fad4d18b563fd9d29ac8190532744b7fa
parentf6aaa7c4a4c6d91d3dd9c6e1f831b3ed5fc8e20b (diff)
downloadFreeBSD-src-bdbc877b804838ff1550c73573706143f523ac3f.zip
FreeBSD-src-bdbc877b804838ff1550c73573706143f523ac3f.tar.gz
Clean up forward struct decls.
-rw-r--r--sys/sys/conf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 07e9949..70eac54 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -47,11 +47,9 @@
#endif
struct tty;
-struct disk;
-struct vnode;
-struct buf;
struct snapdata;
struct devfs_dirent;
+struct cdevsw;
struct cdev {
u_int si_flags;
OpenPOWER on IntegriCloud