termux-packages/packages/net-tools/nameif.c.patch

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>