mail-client/mailx: remove old patch
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 1 Jan 2018 20:23:20 +0000 (15:23 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 1 Jan 2018 20:26:49 +0000 (15:26 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch [deleted file]

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 (file)
index a2e03ec..0000000
+++ /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_ */