summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-01-07 09:27:52 -0500
committerChet Ramey <chet.ramey@case.edu>2019-01-07 09:27:52 -0500
commitd233b485e83c3a784b803fb894280773f16f2deb (patch)
tree16d51f3ccca2d4ad2d8f2da564d68ca848de595b /error.c
parent64447609994bfddeef1061948022c074093e9a9f (diff)
downloadbash-d233b485e83c3a784b803fb894280773f16f2deb.tar.gz
bash-5.0 distribution sources and documentationbash-5.0
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/error.c b/error.c
index b05c39eb..417c902e 100644
--- a/error.c
+++ b/error.c
@@ -44,6 +44,7 @@ extern int errno;
#include "bashintl.h"
#include "shell.h"
+#include "execute_cmd.h"
#include "flags.h"
#include "input.h"
@@ -53,8 +54,6 @@ extern int errno;
extern int executing_line_number __P((void));
-extern int last_command_exit_value;
-extern char *shell_name;
#if defined (JOB_CONTROL)
extern pid_t shell_pgrp;
extern int give_terminal_to __P((pid_t, int));