[25437] branches/dp2mp-move/base/src/pextlib1.0/Pextlib.c

source_changes at macosforge.org source_changes at macosforge.org
Mon May 21 22:27:53 PDT 2007


Revision: 25437
          http://trac.macosforge.org/projects/macports/changeset/25437
Author:   jmpp at macports.org
Date:     2007-05-21 22:27:53 -0700 (Mon, 21 May 2007)

Log Message:
-----------
Merging eridius' r25141: Fix getgid/getegid command declarations.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/pextlib1.0/Pextlib.c

Modified: branches/dp2mp-move/base/src/pextlib1.0/Pextlib.c
===================================================================
--- branches/dp2mp-move/base/src/pextlib1.0/Pextlib.c	2007-05-22 05:26:48 UTC (rev 25436)
+++ branches/dp2mp-move/base/src/pextlib1.0/Pextlib.c	2007-05-22 05:27:53 UTC (rev 25437)
@@ -1155,8 +1155,8 @@
 	
 	Tcl_CreateObjCommand(interp, "getuid", getuidCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "geteuid", geteuidCmd, NULL, NULL);
-	Tcl_CreateObjCommand(interp, "getgid", getuidCmd, NULL, NULL);
-	Tcl_CreateObjCommand(interp, "getegid", geteuidCmd, NULL, NULL);
+	Tcl_CreateObjCommand(interp, "getgid", getgidCmd, NULL, NULL);
+	Tcl_CreateObjCommand(interp, "getegid", getegidCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "setuid", setuidCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "seteuid", seteuidCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "setgid", setgidCmd, NULL, NULL);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070521/4bbab227/attachment.html


More information about the macports-changes mailing list