(Illustration by Gaich Muramatsu)
Hi, there seems to be a typo in cfs.cc, where intention is to set stderr and stdout to the same filedescriptor. However, stdin is used instead... So long, Steffen diff -r1.1 cfs.cc 470c470 < dup2(fileno(stdin), fileno(stderr)); --- > dup2(fileno(stdout), fileno(stderr));Received on 2001-01-24 10:17:38