CVS commit: src/lib/libc/db/db

2015-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 19 13:20:52 UTC 2015 Modified Files: src/lib/libc/db/db: db.c Log Message: Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/db/db

2014-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 22 17:01:42 UTC 2014 Modified Files: src/lib/libc/db/db: db.c Log Message: whitelist O_CLOEXEC flag, should fix lastlogin issue. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/db/db/db.c Pl