declaring ex[M] instead of ex[2] is, indeed, no good. long live watchpoints.

This commit is contained in:
Oswald Buddenhagen 2006-01-30 09:33:29 +00:00
parent a41ea8f9f1
commit 24910e2cdf

View File

@ -184,7 +184,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
char *dname, *jname, *nname, *lname, *s, *cmname, *csname;
FILE *dfp, *jfp, *nfp;
int opts[2];
int nom, nos, del[2], ex[M];
int nom, nos, del[2], ex[2];
int muidval, suidval, smaxxuid, maxuid[2], minwuid, maxwuid;
int t1, t2, t3, t;
int lfd, ret, line, todel, delt, *mexcs, nmexcs, rmexcs;