Changeset 740 for vendor/current/source3/lib/pidfile.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/pidfile.c
r414 r740 21 21 22 22 #include "includes.h" 23 #include "system/filesys.h" 23 24 24 25 #ifndef O_NONBLOCK … … 146 147 /* Leave pid file open & locked for the duration... */ 147 148 SAFE_FREE(name); 149 150 /* set the close on exec so that we don't leak the fd */ 151 fcntl(fd, F_SETFD, FD_CLOEXEC); 148 152 } 149 153
Note:
See TracChangeset
for help on using the changeset viewer.