Date: Sun, 3 Jun 2001 20:39:15 -0700 (PDT) From: Paul Richards <paul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_stats.c Message-ID: <200106040339.f543dFP24868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
paul 2001/06/03 20:39:15 PDT Modified files: sys/compat/linux linux_stats.c Log: S_IFCHR is not a bit mask, it's just a value in a field. The correct way to clear that field is to use S_IFMT. Pointed out by BDE. Revision Changes Path 1.35 +2 -2 src/sys/compat/linux/linux_stats.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106040339.f543dFP24868>