Files
pkgsrc-ng/devel/gps/patches/patch-common_tty_terminals.c
2014-11-05 12:41:07 +01:00

17 lines
397 B
C

$NetBSD: patch-common_tty_terminals.c,v 1.1 2013/07/09 10:16:02 marino Exp $
Do not redefine TABDLY
--- common/tty/terminals.c.orig 2011-09-21 06:29:53.000000000 +0000
+++ common/tty/terminals.c
@@ -236,7 +236,9 @@ allocate_pty_desc (pty_desc **desc) {
#ifndef NLDLY
#define NLDLY 0
#define CRDLY 0
+#ifndef TABDLY
#define TABDLY 0
+#endif
#define BSDLY 0
#define VTDLY 0
#define FFDLY 0