diff options
Diffstat (limited to 'stand/libsa/cd9660.c')
-rw-r--r-- | stand/libsa/cd9660.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stand/libsa/cd9660.c b/stand/libsa/cd9660.c index 57e4916c0fb5..d1da39aa479a 100644 --- a/stand/libsa/cd9660.c +++ b/stand/libsa/cd9660.c @@ -31,9 +31,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * Stand-alone ISO9660 file reading package. * @@ -84,6 +81,7 @@ static ISO_SUSP_HEADER *susp_lookup_record(struct open_file *f, struct fs_ops cd9660_fsops = { .fs_name = "cd9660", + .fs_flags = 0, .fo_open = cd9660_open, .fo_close = cd9660_close, .fo_read = cd9660_read, |