patch-2.4.0-test12 linux/drivers/net/bagetlance.c
Next file: linux/drivers/net/daynaport.c
Previous file: linux/drivers/net/arlan.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Dec 5 12:29:38 2000
- Orig file:
v2.4.0-test11/linux/drivers/net/bagetlance.c
- Orig date:
Sun Nov 19 18:44:10 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/net/bagetlance.c linux/drivers/net/bagetlance.c
@@ -224,9 +224,9 @@
/* copy function */
void *(*memcpy_f)( void *, const void *, size_t );
struct net_device_stats stats;
-/* These two must be ints for set_bit() */
- int tx_full;
- int lock;
+/* These two must be longs for set_bit() */
+ long tx_full;
+ long lock;
};
/* I/O register access macros */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)