diff options
author | dv142724 <none@none> | 2007-05-03 13:07:35 -0700 |
---|---|---|
committer | dv142724 <none@none> | 2007-05-03 13:07:35 -0700 |
commit | f03c4264b1f7479fb49e982c2b53cb6a359e0a2f (patch) | |
tree | 4c87c6789956ed25cff2ae5257132b00e2990524 /usr/src/uts/common/os/msg.c | |
parent | 7a3a47260649c4f8a454301b45ae5e66360ed7a6 (diff) | |
download | illumos-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.c | 1 |
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; |