patch-2.3.1 linux/net/ipv4/ip_masq_mfw.c
Next file: linux/net/ipv4/ip_masq_quake.c
Previous file: linux/net/ipv4/icmp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 12 08:31:44 1999
- Orig file:
v2.3.0/linux/net/ipv4/ip_masq_mfw.c
- Orig date:
Mon Feb 8 09:26:29 1999
diff -u --recursive --new-file v2.3.0/linux/net/ipv4/ip_masq_mfw.c linux/net/ipv4/ip_masq_mfw.c
@@ -79,7 +79,7 @@
};
-static struct semaphore mfw_sema = MUTEX;
+static DECLARE_MUTEX(mfw_sema);
#ifdef __SMP__
static rwlock_t mfw_lock = RW_LOCK_UNLOCKED;
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)