K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-05-04T11:49:02.160551Z K 7 svn:log V 367 MFC r249983: syslogd: Use closefrom() instead of getdtablesize()/close() loop. When syslogd forks a process for '|' destinations, it closes all file descriptors greater than 2. Use closefrom() for this instead of a getdtablesize()/close() loop because it is both faster and avoids leaving file descriptors open because the limit was lowered after they were opened. END