- fix typo in CLOEXEC patch again?

This commit is contained in:
Ian Kent 2009-01-15 04:31:39 +00:00
parent b04561f205
commit 3dce4e3339

View File

@ -438,7 +438,7 @@ index 1ba0d3c..a55ddbc 100644
+ FILE *f;
+
+#if defined(O_CLOEXEC) && defined(SOCK_CLOEXEC)
+ if (cloexec_exec != -1) {
+ if (cloexec_works != -1) {
+ f = fopen(path, "re");
+ if (f != NULL) {
+ check_cloexec(fileno(f));