* [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/files/
@ 2016-12-22 15:47 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2016-12-22 15:47 UTC (permalink / raw
To: gentoo-commits
commit: c4c95f9073623d46cc79a277078e2f65dbe9e40a
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Dec 13 20:19:31 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 15:46:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c95f90
mail-client/mailx-support: remove unused patch
.../files/mailx-support-20030215-gentoo.patch | 66 ----------------------
1 file changed, 66 deletions(-)
diff --git a/mail-client/mailx-support/files/mailx-support-20030215-gentoo.patch b/mail-client/mailx-support/files/mailx-support-20030215-gentoo.patch
deleted file mode 100644
index 829b858..00000000
--- a/mail-client/mailx-support/files/mailx-support-20030215-gentoo.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- - 2003-02-15 23:35:46.000000000 +0800
-+++ locking.c 2003-02-15 23:19:11.000000000 +0800
-@@ -45,6 +45,7 @@
- #include <stdarg.h>
- #include "pathnames.h"
- #include "mail.local.h"
-+#include "open_with_exlock.h"
-
- static char lpath[MAXPATHLEN];
-
-@@ -93,7 +94,7 @@
- }
- goto again;
- }
-- if ((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL|O_EXLOCK,
-+ if ((lfd = open_with_exlock(lpath, O_CREAT|O_WRONLY|O_EXCL,
- S_IRUSR|S_IWUSR)) != -1)
- break;
- again:
-@@ -104,7 +105,7 @@
- return(-1);
- }
- if (tries > 9 &&
-- (lfd = open(lpath, O_WRONLY|O_EXLOCK, 0)) != -1) {
-+ (lfd = open_with_exlock(lpath, O_WRONLY, 0)) != -1) {
- if (fstat(lfd, &fsb) != -1 &&
- lstat(lpath, &sb) != -1) {
- if (fsb.st_dev == sb.st_dev &&
-@@ -169,3 +170,4 @@
- if (isfatal)
- exit(1);
- }
-+
---- - 2003-02-15 23:37:13.000000000 +0800
-+++ mail.local.c 2003-02-15 23:20:50.000000000 +0800
-@@ -66,6 +66,7 @@
- #include <string.h>
- #include "pathnames.h"
- #include "mail.local.h"
-+#include "open_with_exlock.h"
-
- int
- main(int argc, char *argv[])
-@@ -218,7 +219,7 @@
- merr(NOTFATAL, "%s: %s", path, strerror(errno));
- goto bad;
- }
-- if ((mbfd = open(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY|O_EXLOCK,
-+ if ((mbfd = open_with_exlock(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY,
- S_IRUSR|S_IWUSR)) < 0) {
- if (errno == EEXIST) {
- /* file appeared since lstat */
-@@ -244,7 +245,7 @@
- merr(NOTFATAL, "%s: linked or special file", path);
- goto bad;
- }
-- if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK,
-+ if ((mbfd = open_with_exlock(path, O_APPEND|O_WRONLY,
- S_IRUSR|S_IWUSR)) < 0) {
- merr(NOTFATAL, "%s: %s", path, strerror(errno));
- goto bad;
-@@ -340,3 +341,4 @@
- {
- merr(FATAL, "usage: mail.local [-lL] [-f from] user ...");
- }
-+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-22 15:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22 15:47 [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/files/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox