Revision r2261
Remove the allocache() allocation type for 'intptr_t *lookups'. Always malloc that buffer. This allows us to remove suckcache() from cache1d.c, which I believe to be buggy (see comments in the source). ------------------------------------------------------------------------