Rev 15847 | Rev 16391 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15847 | Rev 16081 | ||
---|---|---|---|
Line 89... | Line 89... | ||
89 | } |
89 | } |
90 | 90 | ||
91 | /* Locate the cache number of a class */ |
91 | /* Locate the cache number of a class */ |
92 | struct classdata *getclasscache(char *cl) |
92 | struct classdata *getclasscache(char *cl) |
93 | { |
93 | { |
94 | int i,j,k,l,m,n, oldest, offset; |
94 | int i,j=0,k,l,m,n, oldest, offset; |
95 | struct stat st; |
95 | struct stat st; |
96 | struct classdata *cd; |
96 | struct classdata *cd; |
97 | char buf[MAX_LINELEN+1], buf2[MAX_LINELEN+1]; |
97 | char buf[MAX_LINELEN+1], buf2[MAX_LINELEN+1]; |
98 | char *p1, *p2, *p3, *q1, *q2; |
98 | char *p1, *p2, *p3, *q1, *q2; |
99 | time_t tt; |
99 | time_t tt; |