PERFORCE change 111155 for review
Roman Divacky
rdivacky at FreeBSD.org
Tue Dec 5 10:53:41 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111155
Change 111155 by rdivacky at 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);
More information about the p4-projects
mailing list