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 a413810..740e78b 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)