From 3e4b2343cdc0c278eafae86d500014947502e9a2 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 9 Jul 2020 18:19:11 +0200 Subject: [PATCH] ndk-patches: fix paths.h patch --- ndk-patches/paths.h.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ndk-patches/paths.h.patch b/ndk-patches/paths.h.patch index 6894b73f4..4424d18f3 100644 --- a/ndk-patches/paths.h.patch +++ b/ndk-patches/paths.h.patch @@ -1,5 +1,5 @@ ---- ./usr/include/paths.h.orig 2020-01-17 23:41:34.485536389 +0000 -+++ ./usr/include/paths.h 2020-01-17 23:54:08.657993083 +0000 +--- ./usr/include/paths.h.orig 2020-07-09 16:14:26.230567649 +0000 ++++ ./usr/include/paths.h 2020-07-09 16:15:16.387109516 +0000 @@ -40,7 +40,7 @@ #ifndef _PATH_BSHELL @@ -9,7 +9,7 @@ #endif /** Path to the system console. */ -@@ -63,0 +63,0 @@ +@@ -63,3 +63,8 @@ /** Path to the calling process' tty. */ #define _PATH_TTY "/dev/tty" @@ -18,4 +18,3 @@ +#define _PATH_VARDB "@TERMUX_PREFIX@/var/db/" +#define _PATH_VARRUN "@TERMUX_PREFIX@/var/run/" +#define _PATH_VARTMP "@TERMUX_PREFIX@/var/tmp/" -+