[BACK]Return to iso.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / cd9660

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/cd9660/iso.h between version 1.9 and 1.10

version 1.9, 2007/01/27 07:20:31 version 1.10, 2011/09/27 01:01:44
Line 62  struct iso_volume_descriptor {
Line 62  struct iso_volume_descriptor {
 #define ISO_STANDARD_ID "CD001"  #define ISO_STANDARD_ID "CD001"
 #define ISO_ECMA_ID     "CDW01"  #define ISO_ECMA_ID     "CDW01"
   
   #define ISO_MAXNAMLEN   255
   
 struct iso_primary_descriptor {  struct iso_primary_descriptor {
         char type                       [ISODCL (  1,   1)]; /* 711 */          char type                       [ISODCL (  1,   1)]; /* 711 */
         char id                         [ISODCL (  2,   6)];          char id                         [ISODCL (  2,   6)];

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>