comparison src/unexaix.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children 183866b06e0b
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
437 static void 437 static void
438 write_segment (int new, char *ptr, char *end) 438 write_segment (int new, char *ptr, char *end)
439 { 439 {
440 int i, nwrite, ret; 440 int i, nwrite, ret;
441 char buf[80]; 441 char buf[80];
442 extern int errno;
443 char zeros[UnexBlockSz]; 442 char zeros[UnexBlockSz];
444 443
445 for (i = 0; ptr < end;) 444 for (i = 0; ptr < end;)
446 { 445 {
447 /* distance to next block. */ 446 /* distance to next block. */