[BACK]Return to strip.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / strip

Diff for /src/usr.bin/strip/Attic/strip.c between version 1.24 and 1.25

version 1.24, 2007/09/02 15:19:34 version 1.25, 2009/06/19 09:40:43
Line 133 
Line 133 
                         (void)close(fd);                          (void)close(fd);
                         ERROR(EFTYPE);                          ERROR(EFTYPE);
                 }                  }
                 /* since we're dealing with an mmap there, we have to convert once                  /*
                    for dealing with data in memory, and a second time for out                   * Since we're dealing with an mmap there, we have to convert
                    * once for dealing with data in memory, and a second time
                    * for out.
                  */                   */
                 fix_header_order(ep);                  fix_header_order(ep);
                 newsize = 0;                  newsize = 0;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25