|
From: Mattias A. <mat...@us...> - 2001-03-30 12:34:55
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_misc.h 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: don't declare print_data when linking with usermode stack The diff of the modified file(s): --- bt_misc.h 2001/03/21 18:25:56 1.2 +++ bt_misc.h 2001/03/30 12:34:54 1.3 @@ -60,7 +60,9 @@ int write_pidfile(char *pidname); void get_local_addr(char *str); void print_bd_addr(char* str, unsigned char *bd); +#ifndef BT_USERSTACK void print_data(const char *message, unsigned char *buf, int len); +#endif void set_pin_code(char *pin); =20 #endif /* __BT_MISC_H__*/ |