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