OSDN Git Service

Updates
authora <a@b.c>
Thu, 23 Nov 2017 18:43:47 +0000 (19:43 +0100)
committera <a@b.c>
Thu, 23 Nov 2017 18:43:47 +0000 (19:43 +0100)
README.md
src/net.c

index 84326b0..99e96d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -455,7 +455,7 @@ Execute the program without supplying any command line options and it will parse
 * perl
 * **as** from binutils
 
-Some llvm and gcc versions will not check for headers and libraries in /usr/local, if that's the case for you, you should export the following environment variables:
+Some llvm and gcc versions will not check for headers and libraries in /usr/local, and you might get something like **ld cannot find -largp**, if that's the case for you, you should export the following environment variables:
 
 ```bash
 export LDFLAGS='-L/usr/local/lib'
index de922d2..08dee6d 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -706,6 +706,8 @@ get_wifi(char *str1, char *str2, uint8_t num) {
 #endif /* __linux__ */
 
 
+/* Based on:
+    https://git.2f30.org/spoon/file/wifi.c.html */
 #if defined(__OpenBSD__)
 void 
 get_wifi(char *str1, char *str2, uint8_t num) {