|
From: Mattias A. <mat...@us...> - 2001-04-25 17:12:49
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
l2cap.c 1.105 1.106=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
added missing declaration
The diff of the modified file(s):
--- l2cap.c 2001/04/25 16:58:24 1.105
+++ l2cap.c 2001/04/25 17:12:48 1.106
@@ -1335,6 +1335,7 @@
{
l2cap_con *con;
u8 rev_bd[6];
+ s32 i;
=20=09
D_STATE(__FUNCTION__ ": %s (hci_handle : %d)\n",=20
get_err_msg(status), con_hdl);
|