Re: [PATCH v2] openat_proc_name: fix that last '/' is overwritten on OS/2 kLIBC

2016-01-24 Thread Paul Eggert
Thanks, I installed that.

[PATCH v2] openat_proc_name: fix that last '/' is overwritten on OS/2 kLIBC

2016-01-24 Thread KO Myung-Hun
* lib/openat-proc.c (openat_proc_name): Increase dirlen by 1 after copying a directory. --- lib/openat-proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openat-proc.c b/lib/openat-proc.c index 6fba6c2..1712340 100644 --- a/lib/openat-proc.c +++ b/lib/openat-proc.c @@ -