[BACK]Return to cd9660_rrip.c 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/cd9660_rrip.c between version 1.13 and 1.13.16.1

version 1.13, 2007/03/04 06:02:59 version 1.13.16.1, 2007/11/06 23:31:03
Line 583  cd9660_rrip_loop(isodir, ana, table)
Line 583  cd9660_rrip_loop(isodir, ana, table)
                         break;                          break;
         }          }
         if (bp)          if (bp)
                 brelse(bp);                  brelse(bp, 0);
         /*          /*
          * If we don't find the Basic SUSP stuffs, just set default value           * If we don't find the Basic SUSP stuffs, just set default value
          *   (attribute/time stamp)           *   (attribute/time stamp)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.16.1

CVSweb <webmaster@jp.NetBSD.org>