termux-packages/packages/net-tools/nameif.c.patch
Vishal Biswas b6d05a89e7 Updates for some disabled packages and add net-tools (#911)
* liblzo: update from 2.09 to 2.10

* net-tools: add package

* openvpn: update from 2.4.0 to 2.4.1

* squid: update from 3.5.24 to 3.5.25
2017-04-09 22:02:35 +02:00

12 lines
277 B
Diff

--- ./nameif.c 2017-02-21 23:54:32.000000000 +0530
+++ ../nameif.c 2017-04-09 14:47:40.889765378 +0530
@@ -10,7 +10,7 @@
#endif
#include <stdio.h>
#include <getopt.h>
-#include <sys/syslog.h>
+#include <syslog.h>
#include <errno.h>
#include <stdlib.h>
#include <ctype.h>