summaryrefslogtreecommitdiff
path: root/mail-client/mailx/files/mailx-8.1.2-20180807-musl-CCEQ.patch
blob: d04ddd789e3ae2168c6ba5e64c5fd0ba7d572483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
https://bugs.gentoo.org/719512

Tiny definition copied from /usr/include/termios.h.
--- a/tty.c
+++ b/tty.c
@@ -57,6 +57,10 @@
 	size_t	 cursor;
 };
 
+#ifndef CCEQ
+#define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)
+#endif
+
 static void	tty_flush(struct tty *);
 static int	tty_getc(struct tty *);
 static int	tty_insert(struct tty *, int, int);