From 2f6e4c8855e3ea23cbbfcb1a91ea10abbda29d85 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 27 Sep 2020 09:54:02 -0600 Subject: * remove warning compilation about safe_flock not defined in compilation in Linux. --- imap/src/osdep/unix/os_lnx.h | 1 + imap/src/osdep/unix/os_slx.h | 1 + pith/pine.hlp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/imap/src/osdep/unix/os_lnx.h b/imap/src/osdep/unix/os_lnx.h index ee2d76d1..1d86ac38 100644 --- a/imap/src/osdep/unix/os_lnx.h +++ b/imap/src/osdep/unix/os_lnx.h @@ -58,6 +58,7 @@ #define direct dirent +int safe_flock (int, int); #define flock safe_flock #define utime portable_utime diff --git a/imap/src/osdep/unix/os_slx.h b/imap/src/osdep/unix/os_slx.h index 8aec345e..c6590c50 100644 --- a/imap/src/osdep/unix/os_slx.h +++ b/imap/src/osdep/unix/os_slx.h @@ -58,6 +58,7 @@ #define direct dirent +int safe_flock (int, int); #define flock safe_flock #define utime portable_utime diff --git a/pith/pine.hlp b/pith/pine.hlp index 81ea5609..746d6201 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 506 2020-09-19 15:50:17 +Alpine Commit 507 2020-09-27 09:53:59 ============= h_news ================= -- cgit v1.2.3-54-g00ecf