|
From: Fredrik S. <fre...@us...> - 2002-01-22 11:23:48
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
modememul.c 1.15 1.15.2.1=20=20=20=20=20=20=20=20
The accompanying log:
Fix for weird Widcomm client used in Mercator project.
The diff of the modified file(s):
--- modememul.c 2001/10/16 16:56:25 1.15
+++ modememul.c 2002/01/22 11:23:47 1.15.2.1
@@ -60,7 +60,7 @@
#include "bt_misc.h"
#include "bt_if.h"
=20
-#define D(x) //x
+#define D(x) x
=20
#define PPPDCMD "pppd"
=20
@@ -168,6 +168,7 @@
fd_set rfd;
=20
D(syslog(LOG_INFO, "Modem emulator starting"));
+ write(bt_fd, client_server, strlen(client_server));
=20
while (!done)
{=20=20
|