diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' rcd-2.4.9.orig/src/rcd-statvfs.c rcd-2.4.9/src/rcd-statvfs.c --- rcd-2.4.9.orig/src/rcd-statvfs.c 2005-06-13 11:27:38.000000000 -0500 +++ rcd-2.4.9/src/rcd-statvfs.c 2006-08-09 17:04:33.072720000 -0500 @@ -16,8 +16,8 @@ return 1; while ((ent = getmntent (f)) != NULL) { - if (statvfs (ent->mnt_dir, &buf) != 0) - return 1; + if (statvfs (ent->mnt_dir, &buf) != 0) + return 1; } return 0;