Date: Tue, 5 Dec 2006 18:53:40 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 111155 for review Message-ID: <200612051853.kB5Ireqe047766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111155 Change 111155 by rdivacky@rdivacky_witten on 2006/12/05 18:53:31 Lint wants /* FALLTHRU */ or /* FALLTHROUGH */ not /* fall through */ I noticed using the latter in the code... maybe we should change the lint? Affected files ... .. //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#43 edit Differences ... ==== //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#43 (text+ko) ==== @@ -909,7 +909,7 @@ case 0: args->mode |= S_IFREG; - /* fall through */ + /* FALLTHROUGH */ case S_IFREG: error = kern_open(td, path, UIO_SYSSPACE, O_WRONLY | O_CREAT | O_TRUNC, args->mode);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612051853.kB5Ireqe047766>