changeset 3619:efc467cfdb71

6515653 __getpass function outputs to stderr rather than tty (fix lint)
author craigm
date Thu, 08 Feb 2007 10:43:17 -0800
parents b218ea84704e
children 3e35d13fa9ae
files usr/src/lib/libc/port/stdio/getpass.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libc/port/stdio/getpass.c	Wed Feb 07 20:48:10 2007 -0800
+++ b/usr/src/lib/libc/port/stdio/getpass.c	Thu Feb 08 10:43:17 2007 -0800
@@ -77,7 +77,6 @@
 	FILE	*fi;
 	char *pbuf = tsdalloc(_T_GETPASS, MAXPASSWD + 1, NULL);
 	void	(*sig)(int);
-	rmutex_t *lk;
 
 	if (pbuf == NULL ||
 	    (fi = fopen("/dev/tty", "r+F")) == NULL)