|
From: Peter K. <pk...@us...> - 2001-03-03 13:57:54
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_internal.h 1.10 1.11=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Corrected a typo (packet -> packed).
The diff of the modified file(s):
--- hci_internal.h 2001/03/02 10:55:03 1.10
+++ hci_internal.h 2001/03/03 13:59:14 1.11
@@ -342,7 +342,7 @@
u8 local_bd[6];
s32 active_connection;
hci_con con[MAX_NBR_OF_CONNECTIONS];
-} __attribute__ ((packet)) hci_controller;
+} __attribute__ ((packed)) hci_controller;
=20
/****************** EXPORTED FUNCTION DECLARATION SECTION ****************=
***/
=20
|