diff options
Diffstat (limited to 'usr/src/cmd/vntsd/write.c')
| -rw-r--r-- | usr/src/cmd/vntsd/write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/vntsd/write.c b/usr/src/cmd/vntsd/write.c index 9110056c11..a56c60e7dd 100644 --- a/usr/src/cmd/vntsd/write.c +++ b/usr/src/cmd/vntsd/write.c @@ -22,7 +22,6 @@ * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * write thread - read from vcc console and write to tcp client. There are one @@ -198,7 +197,7 @@ write_one_client(vntsd_client_t *clientp, write_buf_t *write_buf) (void) mutex_lock(&clientp->lock); clientp->status |= VNTSD_CLIENT_IO_ERR; assert(clientp->cons); - (void) thr_kill(clientp->cons_tid, NULL); + (void) thr_kill(clientp->cons_tid, 0); (void) mutex_unlock(&clientp->lock); } return (B_FALSE); |
