CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2016/03/19 18:01:22

Modified files:
        bin/ksh        : io.c misc.c shf.c 
        lib/libc/stdio : fdopen.c 
        lib/libedit    : readline.c 
        lib/libevent   : evutil.c 
        regress/lib/libpthread/stdfiles: stdfiles.c 
        usr.sbin/iscsid: util.c 
        usr.sbin/ldapd : btree.c 

Log message:
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])
idioms.

Adopt the more concise fcntl(n, F_GETFL) over fcntl(n, F_GETFL, 0)
where it is obvious further investigation will not yield and
even better way.

Obviousness evaluation and ok guenther@

Reply via email to