freebsd-ports/editors/beav/files/patch-tcap.c
Ed Schouten 556374bb28 Make editors/beav use termios instead of sgtty.
The editors/beav port got broken on -CURRENT by the removal of the sgtty
programming interface. Patch this port to use termios. The source code
already contained support for termios, but was mistakenly covered by
#ifdef __GLIBC__.

Approved by:	philip (mentor)
2008-06-19 08:07:27 +00:00

11 lines
156 B
C

--- tcap.c
+++ tcap.c
@@ -89,7 +89,7 @@
#ifdef BSD
-#ifdef ULTRIX
+#if 1
if (ioctl (0, TIOCGWINSZ, &ttysize) == 0
&& ttysize.ws_row > 0)
{