diff options
author | rsc <devnull@localhost> | 2004-03-21 05:20:37 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-21 05:20:37 +0000 |
commit | ca0c710cf841ff87627c98b58a61282cc79934d9 (patch) | |
tree | 65bcb70daa415397797c8ea805642b5285e95000 /src/cmd | |
parent | 304278e5fd9fee8a83c353eff7554f190cb568a6 (diff) | |
download | plan9port-ca0c710cf841ff87627c98b58a61282cc79934d9.tar.gz plan9port-ca0c710cf841ff87627c98b58a61282cc79934d9.tar.bz2 plan9port-ca0c710cf841ff87627c98b58a61282cc79934d9.zip |
Make idiff build.
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/idiff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/idiff.c b/src/cmd/idiff.c index 1dc49cff..c3168a2a 100644 --- a/src/cmd/idiff.c +++ b/src/cmd/idiff.c @@ -7,6 +7,8 @@ #include <libc.h> #include <bio.h> +#define opentemp idiffopentemp + int diffbflag; int diffwflag; |