comparison src/process-nt.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents abe6d1db359e
children 666d73d6ac56
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
1049 Bufbyte chunkbuf[512]; 1049 Bufbyte chunkbuf[512];
1050 Bytecount chunklen; 1050 Bytecount chunklen;
1051 1051
1052 while (1) 1052 while (1)
1053 { 1053 {
1054 ssize_t writeret; 1054 Lstream_data_count writeret;
1055 1055
1056 chunklen = Lstream_read (lstream, chunkbuf, 512); 1056 chunklen = Lstream_read (lstream, chunkbuf, 512);
1057 if (chunklen <= 0) 1057 if (chunklen <= 0)
1058 break; /* perhaps should abort() if < 0? 1058 break; /* perhaps should abort() if < 0?
1059 This should never happen. */ 1059 This should never happen. */