blueness 15/06/12 22:05:53 Added: mailx-support-20060102-add-sys_file_h.patch Log: Fix bug #548422. Bump to EAPI=5. Punt einstall. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.1 mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch?rev=1.1&content-type=text/plain Index: mailx-support-20060102-add-sys_file_h.patch =================================================================== 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) {
