changeset 17080:0d7ea434801b

Fix typo in previous patch: 1 -> 4.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 10 Sep 2012 13:47:00 -0700
parents 3715020c3d08
children 090638c04620
files m4/fcntl-o.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fcntl-o.m4
+++ b/m4/fcntl-o.m4
@@ -58,7 +58,7 @@
                   if (fd >= 0)
                     {
                       close (fd);
-                      result |= 1;
+                      result |= 4;
                     }
                 }
               if (unlink (sym) != 0 || symlink (".", sym) != 0)