commit | 599a6e5b3629d943a795cd69e4d3d19886f86405 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Ola=20S=C3=B6der?= <rolfkopman@gmail.com> | Tue Jul 06 20:15:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 06 20:15:46 2021 +0200 |
tree | aef017bc4dca896de74d15df6a63a025bcd8ee4a | |
parent | 442b29c968eff1c8fec1a96418aa47be9cba62ea [diff] [blame] |
patch 8.2.3114: Amiga-like systems: build error using stat() Problem: Amiga-like systems: build error using stat(). Solution: Only build swapfile_process_running() on systems where it is actually used. (Ola Söder, closes #8519)
diff --git a/src/version.c b/src/version.c index b0d8dae..7dfbe6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3114, +/**/ 3113, /**/ 3112,