merge fallout bit from 3.6 to 3.7

This commit is contained in:
nhmall
2019-11-11 09:16:56 -05:00
parent b20903eb14
commit b21f6ef46d
+2 -2
View File
@@ -4242,10 +4242,10 @@ boolean wildcards;
void void
reveal_paths(VOID_ARGS) reveal_paths(VOID_ARGS)
{ {
const char *fqn, *filep, *strp; const char *fqn, *filep;
char buf[BUFSZ]; char buf[BUFSZ];
#if defined(UNIX) || defined(PREFIXES_IN_USE) #if defined(UNIX) || defined(PREFIXES_IN_USE)
char *strp; const char *strp;
#endif #endif
#ifdef UNIX #ifdef UNIX
char *envp, cwdbuf[PATH_MAX]; char *envp, cwdbuf[PATH_MAX];