Ticket #5431: patch
File patch, 440 bytes (added by , 14 years ago) |
---|
-
src/bin/diffutils/src/diff.c
1169 1169 for (f = 0; f < 2; f++) 1170 1170 { 1171 1171 int e = ERRNO_DECODE (cmp.file[f].desc); 1172 if ( 0 <= e)1172 if (e < 0 && e != NONEXISTENT && e != UNOPENED) 1173 1173 { 1174 1174 errno = e; 1175 1175 perror_with_name (cmp.file[f].name);