summaryrefslogtreecommitdiff
path: root/mail/pgpsendmail/files/patch-spawn.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-06-07 15:28:48 +0000
committerRene Ladan <rene@FreeBSD.org>2017-06-07 15:28:48 +0000
commit00c3f3cbd0b9d699c40f29066b31b9d1fb60036b (patch)
tree76044571fc1bcb832039d8896fe92d757218fd8e /mail/pgpsendmail/files/patch-spawn.c
parent[NEW] sysutils/py3-execnet: Create Python 3.x version of port (diff)
Remove expired ports:
2017-05-31 mail/linux-thunderbird: Use the native thunderbird mail/thunderbird instead 2017-06-01 devel/p5-Penguin: Depends on expired security/pgp 2017-06-01 security/p5-Crypt-PGPSimple: Depends on expired security/pgp 2017-06-01 mail/pgpsendmail: Depends on expired security/pgp 2017-04-01 security/pgp: This software was last updated in 1996, use security/gnupg1 as a drop-in replacement with legacy PGP support.
Notes
Notes: svn path=/head/; revision=442847
Diffstat (limited to '')
-rw-r--r--mail/pgpsendmail/files/patch-spawn.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/pgpsendmail/files/patch-spawn.c b/mail/pgpsendmail/files/patch-spawn.c
deleted file mode 100644
index 7af6f8be37ee..000000000000
--- a/mail/pgpsendmail/files/patch-spawn.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- spawn.c.orig 1994-12-03 15:02:30.000000000 +0900
-+++ spawn.c 2012-10-24 15:59:57.000000000 +0900
-@@ -49,6 +49,8 @@
-
- */
- #include <stdio.h>
-+#include <sys/types.h>
-+#include <unistd.h>
- #include "pgpsendmail.h"
-
-
-@@ -79,7 +81,9 @@
- int child_pid;
- int in_fds[2], out_fds[2], err_fds[2];
- ERRNO_TYPE errno;
-+#if 0
- extern char *sys_errlist[];
-+#endif
-
- if (*in_fd < 0)
- {