blob: b3b871b43a5106ac2f77c1fb0ea299d7f3fc6a7a (
plain)
1
2
3
4
5
6
7
8
9
|
diff -Naur mailx-support-20060102.orig/open_with_exlock.c mailx-support-20060102/open_with_exlock.c
--- mailx-support-20060102.orig/open_with_exlock.c 2003-06-09 19:01:08.000000000 +0000
+++ mailx-support-20060102/open_with_exlock.c 2014-04-01 12:17:31.830213927 +0000
@@ -1,4 +1,5 @@
#include <fcntl.h>
+#include <sys/file.h>
int open_with_exlock(const char *path, int flags, mode_t mode)
{
|