--- ray/src/common/lookup.h 1994/07/07 14:02:31 2.2 +++ ray/src/common/lookup.h 1997/09/17 14:46:48 2.3 @@ -22,6 +22,7 @@ typedef struct { int ndel; /* number of deleted entries */ } LUTAB; +#undef strcmp #define LU_SINIT(fk,fd) {lu_shash,strcmp,(void (*)())(fk),\ (void (*)())(fd),0,NULL,0}