001.openwrt_cgminer_patch 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. diff --git a/dragonmint_t1.c "b/dragonmint_t1.c"
  2. index 9241073..44cd096 100644
  3. --- a/dragonmint_t1.c
  4. +++ "b/dragonmint_t1.c"
  5. @@ -11,7 +11,7 @@
  6. #include <assert.h>
  7. #include <fcntl.h>
  8. #include <limits.h>
  9. -#include <unistd.h>
  10. +//#include <unistd.h> //openwrt mod//
  11. #include <stdbool.h>
  12. #include "logging.h"
  13. diff --git a/driver-avalon.c "b/driver-avalon.c"
  14. index 2210130..4ed159b 100644
  15. --- a/driver-avalon.c
  16. +++ "b/driver-avalon.c"
  17. @@ -19,7 +19,7 @@
  18. #include <sys/types.h>
  19. #include <ctype.h>
  20. #include <dirent.h>
  21. -#include <unistd.h>
  22. +//#include <unistd.h> //mod openwrt//
  23. #include <time.h>
  24. #ifndef WIN32
  25. #include <sys/select.h>
  26. diff --git a/diver-avalon2.c "b/driver-avalon2.c"
  27. index c3fa18a..738a775 100644
  28. --- a/driver-avalon2.c
  29. +++ "b/driver-avalon2.c"
  30. @@ -18,7 +18,7 @@
  31. #include <sys/time.h>
  32. #include <sys/types.h>
  33. #include <dirent.h>
  34. -#include <unistd.h>
  35. +//#include <unistd.h> //openwrt/mod
  36. #ifndef WIN32
  37. #include <termios.h>
  38. #include <sys/stat.h>
  39. diff --git a/driver-bflsc.c "b/driver-bflsc.c"
  40. index ce17555..50be2f5 100644
  41. --- a/driver-bflsc.c
  42. +++ "b/driver-bflsc.c"
  43. @@ -18,7 +18,7 @@
  44. #include <string.h>
  45. #include <strings.h>
  46. #include <sys/time.h>
  47. -#include <unistd.h>
  48. +//#include <unistd.h> //openwrt mod//
  49. #include "compat.h"
  50. #include "miner.h"
  51. diff --git a/driver-bitforce.c "b/driver-bitforce.c"
  52. index e8a912b..cb91173 100644
  53. --- a/driver-bitforce.c
  54. +++ "b/driver-bitforce.c"
  55. @@ -17,7 +17,7 @@
  56. #include <stdio.h>
  57. #include <strings.h>
  58. #include <sys/time.h>
  59. -#include <unistd.h>
  60. +//#include <unistd.h> // openwrt mod//
  61. #include "compat.h"
  62. #include "miner.h"
  63. diff --git a/driver-blockerupter.c "b/driver-blockerupter.c"
  64. index 734dd14..c3c2a27 100644
  65. --- a/driver-blockerupter.c
  66. +++ "b/driver-blockerupter.c"
  67. @@ -5,7 +5,7 @@
  68. #include <sys/time.h>
  69. #include <sys/types.h>
  70. #include <dirent.h>
  71. -#include <unistd.h>
  72. +//#include <unistd.h> //openwrt mod//
  73. #include <math.h>
  74. #ifndef WIN32
  75. #include <termios.h>
  76. diff --git a/driver-btm-soc.c "b/driver-btm-soc.c"
  77. index 3d439b4..7c22ddc 100644
  78. --- a/driver-btm-soc.c
  79. +++ "b/driver-btm-soc.c"
  80. @@ -16,7 +16,8 @@
  81. #include <sys/time.h>
  82. #include <sys/types.h>
  83. #include <dirent.h>
  84. -#include <unistd.h>
  85. +//#include <unistd.h> //openwrt mod//
  86. +
  87. #include <sys/mman.h>
  88. #include <math.h>
  89. diff --git a/driver-gekko.c "b/driver-gekko.c"
  90. index c41a081..478284f 100644
  91. --- a/driver-gekko.c
  92. +++ "b/driver-gekko.c"
  93. @@ -12,7 +12,7 @@
  94. #include "driver-gekko.h"
  95. #include "crc.h"
  96. #include "compat.h"
  97. -#include <unistd.h>
  98. +//#include <unistd.h> //openwrt mod//
  99. #ifdef __GNUC__
  100. #if __GNUC__ >= 7
  101. diff --git a/driver-icarus.c "b/driver-icarus.c"
  102. index 0a20c63..d295239 100644
  103. --- a/driver-icarus.c
  104. +++ "b/driver-icarus.c"
  105. @@ -37,7 +37,7 @@
  106. #include <stdio.h>
  107. #include <strings.h>
  108. #include <sys/time.h>
  109. -#include <unistd.h>
  110. +//#include <unistd.h> // openwrt mod //
  111. #include <math.h>
  112. #include "config.h"
  113. diff --git a/driver-klondike.c "b/driver-klondike.c"
  114. index 61981d8..648e1e6 100644
  115. --- a/driver-klondike.c
  116. +++ "b/driver-klondike.c"
  117. @@ -16,7 +16,7 @@
  118. #include <stdio.h>
  119. #include <strings.h>
  120. #include <sys/time.h>
  121. -#include <unistd.h>
  122. +//#include <unistd.h> //openwrt mod//
  123. #include <math.h>
  124. #include "config.h"
  125. diff --git a/driver-knc.c "b/driver-knc.c"
  126. index 564d27d..34d1989 100644
  127. --- a/driver-knc.c
  128. +++ "b/driver-knc.c"
  129. @@ -13,7 +13,7 @@
  130. #include <assert.h>
  131. #include <fcntl.h>
  132. #include <limits.h>
  133. -#include <unistd.h>
  134. +//#include <unistd.h> //openwrt mod//
  135. #include <sys/ioctl.h>
  136. #include <sys/time.h>
  137. #include <linux/types.h>
  138. diff --git a/driver-modminer.c "b/driver-modminer.c"
  139. index d3dd946..8094246 100644
  140. --- a/driver-modminer.c
  141. +++ "b/driver-modminer.c"
  142. @@ -12,7 +12,7 @@
  143. #include <stdarg.h>
  144. #include <stdio.h>
  145. -#include <unistd.h>
  146. +//#include <unistd.h> //openwrt mod//
  147. #include <math.h>
  148. #include "logging.h"
  149. diff --git a/driver-spondoolies-sp10.c "b/driver-spondoolies-sp10.c"
  150. index c2a983a..9a0f115 100644
  151. --- a/driver-spondoolies-sp10.c
  152. +++ "b/driver-spondoolies-sp10.c"
  153. @@ -23,7 +23,7 @@
  154. #include <stdio.h>
  155. #include <strings.h>
  156. #include <sys/time.h>
  157. -#include <unistd.h>
  158. +//#include <unistd.h> //openwrt mod//
  159. #include <assert.h>
  160. #include <time.h>
  161. #include <sys/socket.h>
  162. diff --git a/driver-spondoolies-sp30.c "b/driver-spondoolies-sp30.c"
  163. index 1a71d12..b0bdb25 100644
  164. --- a/driver-spondoolies-sp30.c
  165. +++ "b/driver-spondoolies-sp30.c"
  166. @@ -23,7 +23,7 @@
  167. #include <stdio.h>
  168. #include <strings.h>
  169. #include <sys/time.h>
  170. -#include <unistd.h>
  171. +//#include <unistd.h> //openwrt mod//
  172. #include <assert.h>
  173. #include <time.h>
  174. #include <sys/socket.h>
  175. diff --git a/usbutils.c "b/usbutils.c"
  176. index d6c9ad6..ff3ad1e 100644
  177. --- a/usbutils.c
  178. +++ "b/usbutils.c"
  179. @@ -4112,7 +4112,7 @@ void usb_initialise(void)
  180. #ifndef WIN32
  181. #include <errno.h>
  182. -#include <unistd.h>
  183. +//#include <unistd.h> //openwrt mod//
  184. #include <sys/stat.h>
  185. #include <sys/file.h>
  186. #include <fcntl.h>