Index: delay_pools.c =================================================================== RCS file: /surf1/CVS/squid/src/delay_pools.c,v retrieving revision 1.7.2.7 retrieving revision 1.7.2.8 diff -c -r1.7.2.7 -r1.7.2.8 *** delay_pools.c 1999年04月12日 17:25:13 1.7.2.7 --- delay_pools.c 1999年04月28日 16:37:19 1.7.2.8 *************** *** 113,120 **** static int delayIdPtrHashCmp(const void *a, const void *b) { ! /* Sort by POINTER VALUE. */ ! return b - a; } void --- 113,124 ---- static int delayIdPtrHashCmp(const void *a, const void *b) { ! /* ! * Compare POINTER VALUE. ! * Note, we can't subtract void pointers, but we don't need ! * to anyway. All we need is a test for equality. ! */ ! return a != b; } void

AltStyle によって変換されたページ (->オリジナル) /