Remove lib/roken glob()

We no longer use it since removing ftp from appl/.

Note that expansion of ~username/ couldn't have been working because
k_getpwnam() was being called with an unsigned short * that was forcibly
cast to char *, but it really was shorts, not chars...  Anyone who ever
feels like reviving lib/roken/glob.[ch] will want to fix that...
This commit is contained in:
Nicolas Williams
2017-10-12 22:31:44 -05:00
committed by Nico Williams
parent 8a77f45aff
commit 3b8c762dd0
7 changed files with 2 additions and 1004 deletions

View File

@@ -472,10 +472,6 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define if you have the function `getusershell'. */
/* #define HAVE_GETUSERSHELL 1 */
/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
/* #define HAVE_GLOB 1 */
/* Define to 1 if you have the `grantpt' function. */
/* #define HAVE_GRANTPT 1 */