You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
421 B
18 lines
421 B
--- ../cache/alpine-2.20/imap/src/osdep/unix/os_lnx.h 2015-01-12 05:12:25.505178442 +0000
|
|
+++ ./imap/src/osdep/unix/os_lnx.h 2016-12-10 23:21:20.644163814 +0000
|
|
@@ -48,13 +48,13 @@
|
|
#include <syslog.h>
|
|
#include <sys/file.h>
|
|
|
|
-
|
|
/* Linux gets this wrong */
|
|
|
|
#define setpgrp setpgid
|
|
|
|
#define direct dirent
|
|
-
|
|
+#define L_SET SEEK_SET
|
|
+#define FNDELAY O_NDELAY
|
|
#define flock safe_flock
|
|
|
|
#define utime portable_utime
|
|
|