CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/26 14:38:13
Modified files:
usr.bin/chpass : chpass.c
usr.bin/mail : lex.c
Log message:
Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD)
Prefer fopen("re") over fopen("r")+fcntl(F_SETFD)
ok otto@ millert@
