]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in previous patch: 1 -> 4.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Sep 2012 20:47:00 +0000 (13:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Sep 2012 20:47:23 +0000 (13:47 -0700)
m4/fcntl-o.m4

index a413810e033d1484d315395d8a6108bdf5990c0b..740e78b681987ec062b4db9e8fe8705a3a34b149 100644 (file)
@@ -58,7 +58,7 @@ AC_DEFUN([gl_FCNTL_O_FLAGS],
                   if (fd >= 0)
                     {
                       close (fd);
-                      result |= 1;
+                      result |= 4;
                     }
                 }
               if (unlink (sym) != 0 || symlink (".", sym) != 0)