/[mldonkey]/mldonkey/src/utils/lib/stubs_c.c
ViewVC logotype

Diff of /mldonkey/src/utils/lib/stubs_c.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by spiralvoice, Sun Aug 28 10:49:49 2005 UTC revision 1.19 by spiralvoice, Sun Aug 28 11:01:29 2005 UTC
# Line 272  value ml_getdtablesize(value unit) Line 272  value ml_getdtablesize(value unit)
272                
273  #else  #else
274    
       printf("Your shell allows %d file descriptors, but select only allows %d file descriptors\n", dtablesize, maxselectfds);  
275        maxfd = maxselectfds;        maxfd = maxselectfds;
276        printf("Limit has been set to %d\n", maxfd);                    // printf("[Info] File descriptor limit: MIN(process: %d, select(): %d) = %d\n", dtablesize, maxselectfds, maxfd);
277    
278  #endif  #endif
279    }    }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26