[BACK]Return to cd9660_eltorito.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makefs / cd9660

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

Diff for /src/usr.sbin/makefs/cd9660/cd9660_eltorito.c between version 1.9 and 1.10

version 1.9, 2005/10/31 23:19:54 version 1.10, 2005/10/31 23:21:25
Line 518  cd9660_write_boot(FILE *fd)
Line 518  cd9660_write_boot(FILE *fd)
                  */                   */
                 fwrite(&(e->entry_data.VE), 1, 32, fd);                  fwrite(&(e->entry_data.VE), 1, 32, fd);
         }          }
         printf("Finished writing boot catalog\n");          if (diskStructure.verbose_level > 0)
                   printf("Finished writing boot catalog\n");
   
         /* copy boot images */          /* copy boot images */
         TAILQ_FOREACH(t, &diskStructure.boot_images, image_list) {          TAILQ_FOREACH(t, &diskStructure.boot_images, image_list) {

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

CVSweb <webmaster@jp.NetBSD.org>