diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-03 23:27:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-03 23:27:44 +0000 |
commit | ce9b91587d0cfc3ab83caecf9acb035433a1e3cc (patch) | |
tree | e34d821ae950f629d56919b7ebda3ea79059520e /sys/isofs/cd9660/cd9660_vfsops.c | |
parent | 2c827bfd9ffbcad17ff51fec9b6edb3f7529a87e (diff) |
The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it.
Agreed by fgs@ and millert@
Diffstat (limited to 'sys/isofs/cd9660/cd9660_vfsops.c')
-rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 0d0a258687a..7066e159ab1 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660_vfsops.c,v 1.22 2001/06/23 02:14:22 csapuntz Exp $ */ +/* $OpenBSD: cd9660_vfsops.c,v 1.23 2001/11/03 23:27:43 miod Exp $ */ /* $NetBSD: cd9660_vfsops.c,v 1.26 1997/06/13 15:38:58 pk Exp $ */ /*- @@ -63,7 +63,6 @@ #include <isofs/cd9660/cd9660_extern.h> #include <isofs/cd9660/iso_rrip.h> #include <isofs/cd9660/cd9660_node.h> -#include <isofs/cd9660/cd9660_mount.h> struct vfsops cd9660_vfsops = { cd9660_mount, |