Imported from ../bash-4.0.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:47:02 +00:00
parent 3185942a52
commit 17345e5ad2
134 changed files with 74214 additions and 4584 deletions
+3
View File
@@ -334,6 +334,9 @@ typedef struct subshell_com {
COMMAND *command;
} SUBSHELL_COM;
#define COPROC_RUNNING 0x01
#define COPROC_DEAD 0x02
typedef struct coproc {
char *c_name;
pid_t c_pid;