From: a Date: Thu, 23 Nov 2017 18:43:47 +0000 (+0100) Subject: Updates X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ec3cdad41bbc5e4c94d9c45f251afc73d35a404a;p=pinky-bar%2Fpinky-bar.git Updates --- diff --git a/README.md b/README.md index 84326b0..99e96d7 100644 --- 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' diff --git a/src/net.c b/src/net.c index de922d2..08dee6d 100644 --- 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) {