Re: usr.bin/chpass diff

2013-01-20 Thread David Hill
Review? On Fri, Jan 18, 2013 at 12:28:59AM -0500, David Hill wrote: :- use FD_CLOEXEC instead of 1 :- use O_CLOEXEC with open() instead of open/fcntl : :Index: usr.bin/chpass/chpass.c :=== :RCS file: /cvs/src/usr.bin/chpass/chpass.c,v

usr.bin/chpass diff

2013-01-17 Thread David Hill
- use FD_CLOEXEC instead of 1 - use O_CLOEXEC with open() instead of open/fcntl Index: usr.bin/chpass/chpass.c === RCS file: /cvs/src/usr.bin/chpass/chpass.c,v retrieving revision 1.38 diff -N -u -p usr.bin/chpass/chpass.c --- usr.bin