diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-09-27 09:54:02 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-09-27 09:54:02 -0600 |
commit | 2f6e4c8855e3ea23cbbfcb1a91ea10abbda29d85 (patch) | |
tree | c025730204ef2ef0ceb40c2eb60a5788fd083f33 | |
parent | 90c9fe5a45ae50ef1c93ad615f549f1ea7f69a33 (diff) | |
download | alpine-2f6e4c8855e3ea23cbbfcb1a91ea10abbda29d85.tar.xz |
* remove warning compilation about safe_flock not defined in compilation
in Linux.
-rw-r--r-- | imap/src/osdep/unix/os_lnx.h | 1 | ||||
-rw-r--r-- | imap/src/osdep/unix/os_slx.h | 1 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
3 files changed, 3 insertions, 1 deletions
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 ================= <HTML> <HEAD> |