summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/msg.c
diff options
context:
space:
mode:
authordv142724 <none@none>2007-05-03 13:07:35 -0700
committerdv142724 <none@none>2007-05-03 13:07:35 -0700
commitf03c4264b1f7479fb49e982c2b53cb6a359e0a2f (patch)
tree4c87c6789956ed25cff2ae5257132b00e2990524 /usr/src/uts/common/os/msg.c
parent7a3a47260649c4f8a454301b45ae5e66360ed7a6 (diff)
downloadillumos-joyent-f03c4264b1f7479fb49e982c2b53cb6a359e0a2f.tar.gz
6449436 msgsnd and msgrcv causing performance issues. (fix lint)
Diffstat (limited to 'usr/src/uts/common/os/msg.c')
-rw-r--r--usr/src/uts/common/os/msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/msg.c b/usr/src/uts/common/os/msg.c
index e4d49ea1b3..48d4441b02 100644
--- a/usr/src/uts/common/os/msg.c
+++ b/usr/src/uts/common/os/msg.c
@@ -1287,7 +1287,6 @@ msg_fnd_spc_snd(kmsqid_t *qp, int msg_hash, long type)
}
static msgq_wakeup_t *
-/* LINTED */
msg_fnd_neg_snd(kmsqid_t *qp, int msg_hash, long type)
{
msgq_wakeup_t *qptr;