commit | 44db603f691b58a8531e8ff528e0a7ce644257b2 | [log] [tgz] |
---|---|---|
author | Gary Johnson <garyjohn@spocom.com> | Thu Oct 28 20:49:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 28 20:49:06 2021 +0100 |
tree | b3092def8d2b99508d43d37caff55d68b3801be0 | |
parent | 2446ec9b567ce2b72bd06d121f200f40bbdc8a84 [diff] [blame] |
patch 8.2.3566: build failure on old systems when using nano timestamp Problem: Build failure on old systems when using nano timestamp. Solution: Define _BSD_SOURCE, _SVID_SOURCE and _DEFAULT_SOURCE. (Gary Johnson, closes #9054)
diff --git a/src/version.c b/src/version.c index 857d72e..570b7d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3566, +/**/ 3565, /**/ 3564,