[MLton-commit] r4297

Matthew Fluet MLton@mlton.org
Fri, 6 Jan 2006 15:16:59 -0800


Quell warning
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/Posix/ProcEnv/setgroups.c

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Posix/ProcEnv/setgroups.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Posix/ProcEnv/setgroups.c	2006-01-06 21:11:09 UTC (rev 4296)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Posix/ProcEnv/setgroups.c	2006-01-06 23:16:58 UTC (rev 4297)
@@ -1,7 +1,7 @@
 #include "platform.h"
 
 Int Posix_ProcEnv_setgroups (Pointer groups) {
-        int i;
+        unsigned int i;
         gid_t *list;
         int res;
         uintmax_t size;