commit | 2277c5d7bbe1f9595fad512d8f790708473a9bf1 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Mar 21 04:33:13 2004 +0000 |
committer | rsc <devnull@localhost> | Sun Mar 21 04:33:13 2004 +0000 |
tree | 4d653e13906f1971d3170dba6dbe0fbf92eb48d6 | |
parent | a770daa795754cb600ad3fab2fdd2961147006c4 [diff] [blame] |
Small tweaks Lots of new code imported.
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h index c81b628..7df5fea 100644 --- a/src/cmd/rc/rc.h +++ b/src/cmd/rc/rc.h
@@ -26,6 +26,9 @@ #include "x.tab.h" #endif #endif + +#undef pipe /* so that /dev/fd works */ + typedef struct tree tree; typedef struct word word; typedef struct io io;