Karl Chen schrieb: > +/* > + * Expand ~ and ~user. Returns a newly malloced string. (If input does not > + * start with "~", equivalent to xstrdup.) > + */ > +static char *expand_userdir(const char *value) { There is user_path() in path.c that does the same thing. Watch your style: The opening brace of functions is on the next line. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html