|
From: Fredrik S. <fre...@us...> - 2001-12-21 12:17:09
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.c 1.23 1.24=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed ifdef for BT_USE_TIMESTAMPS
The diff of the modified file(s):
--- btdebug.c 2001/11/15 11:18:00 1.23
+++ btdebug.c 2001/12/21 12:17:08 1.24
@@ -66,7 +66,7 @@
u8*
bt_log_time(void)
{
-#if defined(__KERNEL__) && defined(BT_USE_TIMESTAMPS)
+#if defined(__KERNEL__) && BT_USE_TIMESTAMPS
s32 diff;
struct timeval tv;=20=20
static struct timeval tv_old =3D {0, 0};
|