summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshell/common/include/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libshell/common/include/shell.h')
-rw-r--r--usr/src/lib/libshell/common/include/shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libshell/common/include/shell.h b/usr/src/lib/libshell/common/include/shell.h
index b82e582cfc..d649dbf271 100644
--- a/usr/src/lib/libshell/common/include/shell.h
+++ b/usr/src/lib/libshell/common/include/shell.h
@@ -1,7 +1,7 @@
/***********************************************************************
* *
* This software is part of the ast package *
-* Copyright (c) 1982-2008 AT&T Intellectual Property *
+* Copyright (c) 1982-2009 AT&T Intellectual Property *
* and is licensed under the *
* Common Public License, Version 1.0 *
* by AT&T Intellectual Property *
@@ -137,8 +137,8 @@ struct Shell_s
int inlineno; /* line number of current input file */
int exitval; /* most recent exit value */
unsigned char trapnote; /* set when trap/signal is pending */
- char subshell; /* set for virtual subshell */
char shcomp; /* set when runing shcomp */
+ short subshell; /* set for virtual subshell */
#ifdef _SH_PRIVATE
_SH_PRIVATE
#endif /* _SH_PRIVATE */