Mercurial > hg > xemacs-beta
comparison src/unexaix.c @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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; | |
442 char zeros[UnexBlockSz]; | 443 char zeros[UnexBlockSz]; |
443 | 444 |
444 for (i = 0; ptr < end;) | 445 for (i = 0; ptr < end;) |
445 { | 446 { |
446 /* distance to next block. */ | 447 /* distance to next block. */ |