[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.7 and 1.8

version 1.7, 1997/02/09 16:37:13 version 1.8, 1997/04/03 19:33:50
Line 96 
Line 96 
         argv += optind;          argv += optind;
   
         errors = 0;          errors = 0;
 #define ERROR(x) errors |= 1; warn(fn); continue;  #define ERROR(x) errors |= 1; warnx("%s: %s", fn, strerror(x)); continue;
         while (fn = *argv++) {          while (fn = *argv++) {
                 if ((fd = open(fn, O_RDWR)) < 0) {                  if ((fd = open(fn, O_RDWR)) < 0) {
                         ERROR(errno);                          ERROR(errno);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8