openbsd-ports/editors/beav/patches/patch-tcap_c
2010-05-22 15:05:29 +00:00

13 lines
357 B
Plaintext

$OpenBSD: patch-tcap_c,v 1.2 2010/05/22 15:05:29 espie Exp $
--- tcap.c.orig Sat Dec 13 09:34:59 1997
+++ tcap.c Sat May 22 16:56:49 2010
@@ -39,7 +39,7 @@ char *UP, PC, *CM, *CE, *CL, *SO, *SE, *TI, *TE; /* DR
#ifdef BSD
#include <sys/ioctl.h>
-struct winsize ttysize;
+struct ttysize ttysize;
#endif /* BSD */
#ifdef ULTRIX
struct winsize ttysize;