]> git.saurik.com Git - apple/system_cmds.git/blobdiff - getconf.tproj/limits.gperf
system_cmds-431.tar.gz
[apple/system_cmds.git] / getconf.tproj / limits.gperf
index e395c1a6348966f7fc9ea320e74f6333135a116a..bf1928253e28519acd81626aab6774e01ac3fc0d 100644 (file)
@@ -122,7 +122,7 @@ find_limit(const char *name, intmax_t *value)
        }
 #ifdef APPLE_GETCONF_UNDERSCORE
        if(*name == '_')
-               alt = name + 1;
+               alt = (char *)name + 1;
        else {
                if((alt = (char *)alloca(strlen(name) + 2)) == NULL)
                        return 0;