Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 719512
Collapse All | Expand All

(-)a/tty.c (+4 lines)
Lines 57-62 Link Here
57
	size_t	 cursor;
57
	size_t	 cursor;
58
};
58
};
59
59
60
#ifndef CCEQ
61
#define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)
62
#endif
63
60
static void	tty_flush(struct tty *);
64
static void	tty_flush(struct tty *);
61
static int	tty_getc(struct tty *);
65
static int	tty_getc(struct tty *);
62
static int	tty_insert(struct tty *, int, int);
66
static int	tty_insert(struct tty *, int, int);

Return to bug 719512