summaryrefslogtreecommitdiff
path: root/findcmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2017-01-03 14:37:53 -0500
committerChet Ramey <chet.ramey@case.edu>2017-01-03 14:37:53 -0500
commitec157dfefbc339352e1282ae61955b0c69df993e (patch)
tree9bbba452d73da601f8d0def4a5b7de6b5c786e28 /findcmd.c
parente297b0591d636facf7b3c04bcfaa03e2e8a34c6b (diff)
downloadbash-ec157dfefbc339352e1282ae61955b0c69df993e.tar.gz
commit bash-20161230 snapshot
Diffstat (limited to 'findcmd.c')
-rw-r--r--findcmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/findcmd.c b/findcmd.c
index 7ff349ce..8c6e2d63 100644
--- a/findcmd.c
+++ b/findcmd.c
@@ -38,6 +38,7 @@
#include "memalloc.h"
#include "shell.h"
+#include "execute_cmd.h"
#include "flags.h"
#include "hashlib.h"
#include "pathexp.h"
@@ -50,9 +51,6 @@
extern int errno;
#endif
-extern int posixly_correct;
-extern int last_command_exit_value;
-
/* Static functions defined and used in this file. */
static char *_find_user_command_internal __P((const char *, int));
static char *find_user_command_internal __P((const char *, int));