projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71d7ec5
)
Add missing declaration (Dan Sugalski)
Charles Bailey [Fri, 3 Mar 2000 03:34:51 +0000 (
03:34
+0000)]
p4raw-id: //depot/vmsperl@5476
vms/vms.c
patch
|
blob
|
blame
|
history
diff --git
a/vms/vms.c
b/vms/vms.c
index
9e7e719
..
65f1d58
100644
(file)
--- a/
vms/vms.c
+++ b/
vms/vms.c
@@
-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));