bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] bug#19509: bug#19509: [PATCH] diff: treat fifos as ident


From: Paul Eggert
Subject: [bug-diffutils] bug#19509: bug#19509: [PATCH] diff: treat fifos as identical
Date: Wed, 11 Feb 2015 15:30:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Ondřej Svoboda wrote:
      }
+      else if (S_ISFIFO (cmp.file[0].stat.st_mode)
+               && S_ISFIFO (cmp.file[0].stat.st_mode))
+    {
+      /* Both are fifos.  */
+    }

If they're the *same* fifo, they should compare the same (and already do, if I'm not mistaken). But if they're *different* fifos?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]