| # | Line 28 | Line 28 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 28 | #include "rtio.h" | |
| 29 | ||
| 30 | #ifndef NHASH | |
| 31 | < | #define NHASH 509 /* hash table size (prime!) */ |
| 31 | > | #define NHASH 2039 /* hash table size (prime!) */ |
| 32 | #endif | |
| 33 | ||
| 34 | typedef struct s_head { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |