[git commit] pm_getmaps.c: change __close to close (even though unused)

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:27 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=c01fe0c4ec7b617d2862d0784d55486b4a82d206
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/inet/rpc/pm_getmaps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/inet/rpc/pm_getmaps.c b/libc/inet/rpc/pm_getmaps.c
index 1c313c2..910625a 100644
--- a/libc/inet/rpc/pm_getmaps.c
+++ b/libc/inet/rpc/pm_getmaps.c
@@ -78,7 +78,7 @@ pmap_getmaps (struct sockaddr_in *address)
 	}
       CLNT_DESTROY (client);
     }
-  /* (void)__close(_socket); CLNT_DESTROY already closed it */
+  /* (void)close(_socket); CLNT_DESTROY already closed it */
   address->sin_port = 0;
   return head;
 }


More information about the uClibc-cvs mailing list