summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 360cdc5..d14cfed 100644
--- a/scope.h
+++ b/scope.h
@@ -117,7 +117,7 @@ struct fdinfo
Boolean writeblocked;
};
-extern struct fdinfo FDinfo[StaticMaxFD];
+extern struct fdinfo *FDinfo;
extern int littleEndian;
extern char HandleSIGUSR1;
extern char Leader[];