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:

committed by
Nico Williams

parent
8a77f45aff
commit
3b8c762dd0
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user