| Kernel v2.4.1 /net/decnet/dn_table.c |
|---|
 2.4.1
 net
 decnet
 dn_table.c
diff -u --recursive --new-file v2.4.0/linux/net/decnet/dn_table.c linux/net/decnet/dn_table.c
--- v2.4.0/linux/net/decnet/dn_table.c Mon Jan 1 09:54:07 2001
+++ linux/net/decnet/dn_table.c Mon Jan 22 13:32:10 2001
@@ -78,7 +78,7 @@
static struct dn_fib_table *dn_fib_tables[DN_NUM_TABLES + 1];
static kmem_cache_t *dn_hash_kmem;
-static int dn_fib_hash_zombies = 0;
+static int dn_fib_hash_zombies;
static __inline__ dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz)
{
|