diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2018-05-22 16:51:07 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2018-05-22 16:51:07 -0400 |
| commit | 9a51695bed07d37086c352372ac69d0a30039a6b (patch) | |
| tree | 4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /error.c | |
| parent | 7de27456f6494f5f9c11ea1c19024d0024f31112 (diff) | |
| download | bash-5.0-alpha.tar.gz | |
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'error.c')
| -rw-r--r-- | error.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)); |
