Prefix global defines
[openafs.git] / src / venus / twiddle.c
index af736f0..e1a6a24 100644 (file)
@@ -40,7 +40,7 @@
 #define MAXINSIZE 1300         /* pioctl complains if data is larger than this */
 #define VMSGSIZE 128           /* size of msg buf in volume hdr */
 
-static char space[MAXSIZE];
+static char space[AFS_PIOCTL_MAXSIZE];
 static char tspace[1024];
 static struct ubik_client *uclient;