diff options
Diffstat (limited to 'usr/src/uts/common/syscall/fcntl.c')
-rw-r--r-- | usr/src/uts/common/syscall/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/syscall/fcntl.c b/usr/src/uts/common/syscall/fcntl.c index 43a50d6d58..cc0d7858d1 100644 --- a/usr/src/uts/common/syscall/fcntl.c +++ b/usr/src/uts/common/syscall/fcntl.c @@ -194,7 +194,7 @@ fcntl(int fdes, int cmd, intptr_t arg) goto done; } - /* lint -fallthrough */ + /*FALLTHROUGH*/ case F_DUP2FD: p = curproc; |