CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/18 10:23:25
Modified files:
usr.bin/chpass : chpass.c
Log message:
- use FD_CLOEXEC instead of 1
- use O_CLOEXEC with open() instead of open/fcntl
from David Hill
ok otto@
