summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-09-27 09:54:02 -0600
committerEduardo Chappa <chappa@washington.edu>2020-09-27 09:54:02 -0600
commit2f6e4c8855e3ea23cbbfcb1a91ea10abbda29d85 (patch)
treec025730204ef2ef0ceb40c2eb60a5788fd083f33
parent90c9fe5a45ae50ef1c93ad615f549f1ea7f69a33 (diff)
downloadalpine-2f6e4c8855e3ea23cbbfcb1a91ea10abbda29d85.tar.xz
* remove warning compilation about safe_flock not defined in compilation
in Linux.
-rw-r--r--imap/src/osdep/unix/os_lnx.h1
-rw-r--r--imap/src/osdep/unix/os_slx.h1
-rw-r--r--pith/pine.hlp2
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 ee2d76d..1d86ac3 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 8aec345..c6590c5 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 81ea560..746d620 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>