From 5eaceb49d5b95dd7910af115172887f8dbddfb4c Mon Sep 17 00:00:00 2001 From: Theo Schlossnagle Date: Thu, 9 May 2013 23:44:40 +0000 Subject: 3713 Implement accept4() (fix lint) --- usr/src/uts/common/syscall/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/syscall/fcntl.c') 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; -- cgit v1.2.3