Commit Diff
--- libexec/got-read-gotconfig/parse.y +++ libexec/got-read-gotconfig/parse.y @@ -504,10 +504,10 @@ parseport(char *port, long long *pn) int yylex(void) { - unsigned char buf[8096]; - unsigned char *p, *val; - int quotec, next, c; - int token; + char buf[8096]; + char *p, *val; + int quotec, next, c; + int token; top: p = buf;