diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-03 03:34:51 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-03 03:34:51 +0000 |
commit | b2b89246218b2ba373b99619758015221b522743 (patch) | |
tree | b4f52fb866a30654284f537d7d0a69f41bcb228f /vms/vms.c | |
parent | 71d7ec5d46fa6876877e73162e773201f560f49d (diff) | |
download | perl-b2b89246218b2ba373b99619758015221b522743.tar.gz |
Add missing declaration (Dan Sugalski)
p4raw-id: //depot/vmsperl@5476
Diffstat (limited to 'vms/vms.c')
-rw-r--r-- | vms/vms.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -987,6 +987,7 @@ pipe_exit_routine() info = open_pipes; while (info) { + int need_eof; _ckvmssts(SYS$SETAST(0)); need_eof = info->mode != 'r' && !info->done; _ckvmssts(SYS$SETAST(1)); |