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 d440130..360cdc5 100644
--- a/scope.h
+++ b/scope.h
@@ -109,7 +109,7 @@ struct fdinfo
Boolean Server;
long ClientNumber;
FD pair;
- unsigned char buffer[BUFFER_SIZE];
+ unsigned char *buffer;
int bufcount;
int bufstart;
int buflimit; /* limited writes */