summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-01-01 15:23:20 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-01-01 15:26:49 -0500
commite17c69ea1f27ab5da8d09fcf35cc9b4e66085771 (patch)
tree57b7a3db2ac5c6ae88f232411f8b2913de8cba04 /mail-client
parentmail-client/mailx: depend on dev-libs/libbsd for <bsd/string.h> (diff)
downloadgentoo-e17c69ea1f27ab5da8d09fcf35cc9b4e66085771.tar.gz
gentoo-e17c69ea1f27ab5da8d09fcf35cc9b4e66085771.tar.bz2
gentoo-e17c69ea1f27ab5da8d09fcf35cc9b4e66085771.zip
mail-client/mailx: remove old patch
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch b/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
deleted file mode 100644
index a2e03ec9753f..000000000000
--- a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
-+++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
-@@ -70,9 +70,6 @@
- */
- #define UNVIS_END 1 /* no more characters */
-
--#include <sys/cdefs.h>
--
--__BEGIN_DECLS
- char *vis(char *, int, int, int);
- int strvis(char *, const char *, int);
- int strnvis(char *, const char *, size_t, int)
-@@ -84,6 +81,4 @@ int unvis(char *, char, int *, int);
- ssize_t strnunvis(char *, const char *, size_t)
- /* __attribute__ ((__bounded__(__string__,1,3)))*/;
-
--__END_DECLS
--
- #endif /* !_VIS_H_ */