On Friday 25 February 2005 20:59, Chris Wright wrote:
Hehe uh-oh...
As you can see, /dev/pts/$PTS has f_bavail=0 ;-)
Maybe you've got a better idea.
Its probably higher performance to just do this:
if (config->daemonize == D_BACKGROUND)
check_space_left(lfd, config);
This way its just a memory access and a branch. I'll add this to 0.6.5 which I
hope to release over the weekend.
Thanks for the bug report!
-Steve