]> git.saurik.com Git - apple/system_cmds.git/blobdiff - hostinfo.tproj/hostinfo.c
system_cmds-431.tar.gz
[apple/system_cmds.git] / hostinfo.tproj / hostinfo.c
index 5ea6c5ce996038c1238b01ca1d9f447d991db4ed..65cd143b39d013ab6ea5b113cfa85d25eaf42b28 100644 (file)
@@ -51,9 +51,9 @@ int                   slots[1024];
 int main(int argc, char *argv[])
 {
        kern_return_t           ret;
-       int                     size;
+       unsigned int            size, count;
        char                    *cpu_name, *cpu_subname;
-       int                     i, count;
+       int                     i;
        int                     mib[2];
        size_t                  len;
        uint64_t                memsize;