K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-04-27T13:26:35.690008Z K 7 svn:log V 373 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. MFC after: 1 week END