From: Paul Eggert Date: Mon, 10 Sep 2012 20:47:00 +0000 (-0700) Subject: Fix typo in previous patch: 1 -> 4. X-Git-Tag: v0.1~448 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6418d7c9619803324fe72e226aa96db3763ca23b;p=gnulib.git Fix typo in previous patch: 1 -> 4. --- diff --git a/m4/fcntl-o.m4 b/m4/fcntl-o.m4 index a413810e0..740e78b68 100644 --- a/m4/fcntl-o.m4 +++ b/m4/fcntl-o.m4 @@ -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)