[51523] trunk/base/src/pextlib1.0/uid.c

pguyot at kallisys.net pguyot at kallisys.net
Wed May 27 03:34:06 PDT 2009


Revision: 51523
          http://trac.macports.org/changeset/51523
Author:   pguyot at kallisys.net
Date:     2009-05-27 03:34:06 -0700 (Wed, 27 May 2009)
Log Message:
-----------
Remove garbage that I accidently left in in r51522

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/uid.c

Modified: trunk/base/src/pextlib1.0/uid.c
===================================================================
--- trunk/base/src/pextlib1.0/uid.c	2009-05-27 10:30:00 UTC (rev 51522)
+++ trunk/base/src/pextlib1.0/uid.c	2009-05-27 10:34:06 UTC (rev 51523)
@@ -39,8 +39,6 @@
 
 #include "uid.h"
 
-#include "errno.h"
-
 /*
 	getuid
 	
@@ -297,7 +295,7 @@
 	if (name == NULL || !*name)
 		return TCL_ERROR;
 	
-	/* Map the name --> uid */
+	/* Map the name --> user gid */
 	pwent = getpwnam(name);
 
 	if (pwent == NULL)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/bff2a355/attachment.html>


More information about the macports-changes mailing list