All structure tags now end in _s and we have typedefs for all of them

(ending in _t).
iso9660.h: abc -> a.b.c for ISO fields.
This commit is contained in:
rocky
2005-02-12 10:23:18 +00:00
parent 1c74eb78fd
commit 521fb446a9
5 changed files with 91 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: check_sizeof.c,v 1.3 2003/08/31 08:42:11 rocky Exp $
$Id: check_sizeof.c,v 1.4 2005/02/12 10:23:18 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
@@ -60,10 +60,10 @@ int main (int argc, const char *argv[])
CHECK_SIZEOF(msf_t);
/* "iso9660_private.h" */
CHECK_SIZEOF_STRUCT(iso_volume_descriptor);
CHECK_SIZEOF_STRUCT(iso9660_pvd);
CHECK_SIZEOF_STRUCT(iso_path_table);
CHECK_SIZEOF_STRUCT(iso9660_dir);
CHECK_SIZEOF(iso_volume_descriptor_t);
CHECK_SIZEOF(iso9660_pvd_t);
CHECK_SIZEOF(iso_path_table_t);
CHECK_SIZEOF(iso9660_dir_t);
#define iso9660_xa_t_SIZEOF 14