--- xfsprogs-3.0.0.orig/fsr/xfs_fsr.c 2009-02-04 23:29:25.000000000 +0100 +++ xfsprogs-3.0.0/fsr/xfs_fsr.c 2009-12-12 00:53:17.000000000 +0100 @@ -275,7 +275,7 @@ main(int argc, char **argv) progname, mtab); exit(1); } - bzero(&mntpref, sizeof(mntpref)); + memset(&mntpref, 0, sizeof(mntpref)); if (S_ISDIR(sb.st_mode)) mntpref.mnt_dir = argname; else