cdesktopenv/cde/programs/dtexec
Mike Stroyan f0a60e47b1 Don't use fstat for readable pipe chars in dtexec.
The dtexec code assumes that fstat reports pipe's readable chars.
Linux always reports 0 for st_size of a pipe.
Instead read one character when select reports readable.
Note EOF when select says readable but read returns 0.
2012-09-09 18:23:45 -06:00
..
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Main.c Don't use fstat for readable pipe chars in dtexec. 2012-09-09 18:23:45 -06:00
Version.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtexec.man Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
osdep.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00