commit | f3757f0c87bbd52c7989c85dcbd21511bffcbdd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 15:13:45 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 15:13:45 2017 +0100 |
tree | 498b5670475fcb798fb3a2a3231333192005f4f6 | |
parent | 0f39a82b07b285e0c54162e1038348b2988a715c [diff] [blame] |
patch 8.0.0464: can't find executable name on Solaris and FreeBSD Problem: Can't find executable name on Solaris and FreeBSD. Solution: Check for "/proc/self/path/a.out". (Danek Duvall) And for "/proc/curproc/file".
diff --git a/src/version.c b/src/version.c index c1ac29d..efef5f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 464, +/**/ 463, /**/ 462,