vanhofen
3 years ago
3 changed files with 7 additions and 28 deletions
@ -1,13 +0,0 @@ |
|||||
diff --git a/watch.c b/watch.c
|
|
||||
index 0ba6b3f..96f525b 100644
|
|
||||
--- a/watch.c
|
|
||||
+++ b/watch.c
|
|
||||
@@ -52,7 +52,7 @@
|
|
||||
# define _XOPEN_SOURCE_EXTENDED 1 |
|
||||
# include <wchar.h> |
|
||||
# include <wctype.h> |
|
||||
-# include <ncursesw/ncurses.h>
|
|
||||
+# include <ncurses.h>
|
|
||||
#else |
|
||||
# include <ncurses.h> |
|
||||
#endif /* WITH_WATCH8BIT */ |
|
@ -1,13 +0,0 @@ |
|||||
diff --git a/sysctl.c b/sysctl.c
|
|
||||
index bbca0b9..90d594d 100644
|
|
||||
--- a/sysctl.c
|
|
||||
+++ b/sysctl.c
|
|
||||
@@ -624,7 +624,7 @@ static int PreloadSystem(void)
|
|
||||
const char *dirs[] = { |
|
||||
"/etc/sysctl.d", |
|
||||
"/run/sysctl.d", |
|
||||
- "/usr/local/lib/sysctl.d",
|
|
||||
+ "/var/etc/sysctl.d",
|
|
||||
"/usr/lib/sysctl.d", |
|
||||
"/lib/sysctl.d", |
|
||||
}; |
|
Loading…
Reference in new issue