Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203365 | Differences between
and this patch

Collapse All | Expand All

(-)netams-3.4.0rc2.orig/src/bw.h (-1 / +1 lines)
Lines 18-24 Link Here
18
//this is per ds
18
//this is per ds
19
#define BW_HASH_SIZE   0x4000
19
#define BW_HASH_SIZE   0x4000
20
#define BW_HASH_MASK   (BW_HASH_SIZE-1)
20
#define BW_HASH_MASK   (BW_HASH_SIZE-1)
21
#define BW_HASH(ptr)   ((unsigned)ptr>>4)&BW_HASH_MASK
21
#define BW_HASH(ptr)   ((unsigned long)ptr>>4)&BW_HASH_MASK
22
22
23
class BWEngine {
23
class BWEngine {
24
	public:
24
	public:

Return to bug 203365