mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
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 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| pathnames.h | ||
| syslog.conf.5 | ||
| syslogd.8 | ||
| syslogd.c | ||