Expose primary volume descriptor (pvd) and directory structures since
they *are* part of the spec. and be done with it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: check_sizeof.c,v 1.1 2003/08/17 06:32:45 rocky Exp $
|
||||
$Id: check_sizeof.c,v 1.2 2003/08/31 05:00:44 rocky Exp $
|
||||
|
||||
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
|
||||
@@ -61,9 +61,9 @@ int main (int argc, const char *argv[])
|
||||
|
||||
/* "iso9660_private.h" */
|
||||
CHECK_SIZEOF_STRUCT(iso_volume_descriptor);
|
||||
CHECK_SIZEOF_STRUCT(iso_primary_descriptor);
|
||||
CHECK_SIZEOF_STRUCT(iso9660_pvd);
|
||||
CHECK_SIZEOF_STRUCT(iso_path_table);
|
||||
CHECK_SIZEOF_STRUCT(iso_directory_record);
|
||||
CHECK_SIZEOF_STRUCT(iso9660_dir);
|
||||
|
||||
if (fail)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user