diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/xmail/files/patch-ab | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/xmail/files/patch-ab')
-rw-r--r-- | mail/xmail/files/patch-ab | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/xmail/files/patch-ab b/mail/xmail/files/patch-ab deleted file mode 100644 index 2ccc84a8b246..000000000000 --- a/mail/xmail/files/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ ---- callbacks.c.orig Sat Jan 28 08:09:15 1995 -+++ callbacks.c Sat Oct 26 00:13:40 2002 -@@ -43,10 +43,12 @@ - extern int noshare sys_nerr; - extern char noshare *sys_errlist[]; - #else -+#if !defined(__FreeBSD__) - extern int errno; - extern int sys_nerr; - extern char *sys_errlist[]; - #endif -+#endif - - extern char otherBuf[BUFSIZ]; - -@@ -608,7 +610,7 @@ - } - - if (! (m = GetMailEnv("sendmail"))) -- m = XtNewString("/usr/lib/sendmail"); -+ m = XtNewString("/usr/sbin/sendmail"); - #ifdef X_FACE - else { - add_face = (strcmp(&m[strlen(m)-14], "faces.sendmail") != 0) ? 1 : 0; |