diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2016-10-23 11:09:39 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2016-10-23 11:09:39 +0000 |
commit | 6181e963abb562516cdb399fc3af2384c738db67 (patch) | |
tree | 65e59a0c342f27b4cd38c0644144d4003f9dd44f /usr.sbin/makefs/cd9660.h | |
parent | 5a5f6c86c6fecb6b49e9643b9b520662782c04d1 (diff) |
No verbose flag for cd9660.
Diffstat (limited to 'usr.sbin/makefs/cd9660.h')
-rw-r--r-- | usr.sbin/makefs/cd9660.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/makefs/cd9660.h b/usr.sbin/makefs/cd9660.h index f079a0e40a7..4cf3f1e31ad 100644 --- a/usr.sbin/makefs/cd9660.h +++ b/usr.sbin/makefs/cd9660.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660.h,v 1.7 2016/10/23 10:32:42 natano Exp $ */ +/* $OpenBSD: cd9660.h,v 1.8 2016/10/23 11:09:38 natano Exp $ */ /* $NetBSD: cd9660.h,v 1.21 2015/12/24 15:52:37 christos Exp $ */ /* @@ -259,8 +259,6 @@ typedef struct _iso9660_disk { int include_padding_areas; - int verbose_level; - /* SUSP options and variables */ int64_t susp_continuation_area_start_sector; int64_t susp_continuation_area_size; |