diff options
Diffstat (limited to 'bin/ksh/io.c')
-rw-r--r-- | bin/ksh/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/io.c b/bin/ksh/io.c index baf7c79197a..00593a1dffc 100644 --- a/bin/ksh/io.c +++ b/bin/ksh/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.19 2004/12/22 17:14:34 millert Exp $ */ +/* $OpenBSD: io.c,v 1.20 2004/12/30 21:34:24 otto Exp $ */ /* * shell buffered IO and formatted output @@ -410,7 +410,6 @@ coproc_cleanup(int reuse) struct temp * maketemp(Area *ap, Temp_type type, struct temp **tlist) { - static unsigned int inc; struct temp *tp; int len; int fd; |