Mercurial > hg > xemacs-beta
comparison src/process-unix.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 023b83f4e54b |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
1278 Bufbyte chunkbuf[512]; | 1278 Bufbyte chunkbuf[512]; |
1279 Bytecount chunklen; | 1279 Bytecount chunklen; |
1280 | 1280 |
1281 while (1) | 1281 while (1) |
1282 { | 1282 { |
1283 Lstream_data_count writeret; | 1283 Lstream_Data_Count writeret; |
1284 | 1284 |
1285 chunklen = Lstream_read (lstream, chunkbuf, 512); | 1285 chunklen = Lstream_read (lstream, chunkbuf, 512); |
1286 if (chunklen <= 0) | 1286 if (chunklen <= 0) |
1287 break; /* perhaps should abort() if < 0? | 1287 break; /* perhaps should abort() if < 0? |
1288 This should never happen. */ | 1288 This should never happen. */ |