1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 06:37:05 +00:00
termux-packages/root-packages/wavemon/utils.c.patch
Leonid Plyushch 20e53150e5
move from unstable: wavemon
Moved to root packages because it requires SELinux to be in permissive mode.
2022-04-18 14:31:17 +05:30

15 lines
448 B
Diff

diff -uNr wavemon-0.9.0/utils.c wavemon-0.9.0.mod/utils.c
--- wavemon-0.9.0/utils.c 2018-12-30 03:08:25.000000000 +0200
+++ wavemon-0.9.0.mod/utils.c 2019-07-03 16:40:46.503509776 +0300
@@ -39,10 +39,6 @@
/* Print mac-address translation from /etc/ethers if available */
char *ether_lookup(const struct ether_addr *ea)
{
- static char hostname[BUFSIZ];
-
- if (ether_ntohost(hostname, ea) == 0)
- return hostname;
return ether_addr(ea);
}