svn commit: trunk/uClibc/libc/inet/rpc

vapier at uclibc.org vapier at uclibc.org
Sun Jan 29 08:51:59 UTC 2006


Author: vapier
Date: 2006-01-29 00:51:59 -0800 (Sun, 29 Jan 2006)
New Revision: 13653

Log:
Bernhard Fischer writes: remove unused variable __rcmd_errstr

Modified:
   trunk/uClibc/libc/inet/rpc/rcmd.c


Changeset:
Modified: trunk/uClibc/libc/inet/rpc/rcmd.c
===================================================================
--- trunk/uClibc/libc/inet/rpc/rcmd.c	2006-01-29 08:50:24 UTC (rev 13652)
+++ trunk/uClibc/libc/inet/rpc/rcmd.c	2006-01-29 08:51:59 UTC (rev 13653)
@@ -369,7 +369,6 @@
 libc_hidden_def(rresvport)
 
 static int  __check_rhosts_file = 1;
-static char *__rcmd_errstr;
 
 int ruserok(rhost, superuser, ruser, luser)
 	const char *rhost, *ruser, *luser;
@@ -466,7 +465,6 @@
   /* If there were any problems, quit.  */
   if (cp != NULL)
     {
-      __rcmd_errstr = cp;
       if (res)
 	fclose (res);
       return NULL;




More information about the uClibc-cvs mailing list