$OpenBSD: patch-include_config_h,v 1.2 2011/03/14 12:55:18 dcoppa Exp $ --- include/config.h.orig Wed Jan 19 21:26:37 2011 +++ include/config.h Thu Mar 10 14:23:42 2011 @@ -127,9 +127,11 @@ struct Config { /** * This function resolves ~ in pathnames. + * It may resolve wildcards in the first part of the path, but if no match + * or multiple matches are found, it just returns a copy of path as given. * */ -char *glob_path(const char *path); +char *resolve_tilde(const char *path); /** * Checks if the given path exists by calling stat().