MAXFILESYS
static FILESYS FileSys[MAXFILESYS]; /* queue file systems */
static const char *FSPath[MAXFILESYS]; /* pathnames for file systems */
if (i >= MAXFILESYS)
syserr("too many queue file systems (%d max)", MAXFILESYS);