Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/lib/libutil/gr_util.c 244742 2012-12-27 19:33:43Z bapt $");
---
> __FBSDID("$FreeBSD: head/lib/libutil/gr_util.c 244744 2012-12-27 20:24:44Z bapt $");
104c104
< lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK, 0);
---
> lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0);