fixed a bug in handling the -c option and non-regular files. It hadn't
authorAndrew Tridgell <tridge@samba.org>
Thu, 9 Apr 1998 00:38:40 +0000 (00:38 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 9 Apr 1998 00:38:40 +0000 (00:38 +0000)
commit1250f24ed206648a05a8872bb71a520d0764eff7
tree1d88e46dcdcd7356b9928363a36a344e9ef9ecc7
parent945eba8c1fc170872a6af23dcfc74b47240c9436
fixed a bug in handling the -c option and non-regular files. It hadn't
turned up before because Linux had a bug in the handling of NULL
pointers to read()/write() on pipes, so I never noticed the bug in my
testing.

I've also sent a patch to Linus.
flist.c