summaryrefslogtreecommitdiff
path: root/builtins/setattr.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/setattr.def')
-rw-r--r--builtins/setattr.def6
1 files changed, 2 insertions, 4 deletions
diff --git a/builtins/setattr.def b/builtins/setattr.def
index 8f29e11e..916515f8 100644
--- a/builtins/setattr.def
+++ b/builtins/setattr.def
@@ -34,13 +34,11 @@ $PRODUCES setattr.c
#include "../bashintl.h"
#include "../shell.h"
+#include "../execute_cmd.h"
#include "../flags.h"
#include "common.h"
#include "bashgetopt.h"
-extern int posixly_correct;
-extern int array_needs_making;
-extern char *this_command_name;
extern sh_builtin_func_t *this_shell_builtin;
#ifdef ARRAY_VARS
@@ -539,7 +537,7 @@ set_var_attribute (name, attribute, undo)
int attribute, undo;
{
SHELL_VAR *var, *tv, *v, *refvar;
- char *tvalue, *refname;
+ char *tvalue;
if (undo)
var = find_variable (name);