Check that file exists and that it is a FIFO
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 8 Mar 2020 01:18:00 +0000 (20:18 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 8 Mar 2020 01:23:51 +0000 (20:23 -0500)
commitbec93767e683bb3f5de385d250d61ac06d436c29
tree364e3f4efd28b66209f4cd056b236deb618f6312
parenta182ff0e70549c0754666178106ac7dc76e24f77
Check that file exists and that it is a FIFO

apparently lstat() is not compliant with ANSI, so we cannot use C99.
Could use gnu99, but that would make it awfully too specific,
me thinks...
x5/Makefile
x5/khatus.c
This page took 0.018867 seconds and 4 git commands to generate.