Files
pkgsrc-ng/misc/screen/patches/patch-ar
2013-09-26 17:14:40 +02:00

14 lines
267 B
Plaintext

$NetBSD: patch-ar,v 1.1 2010/01/01 19:38:44 spz Exp $
--- tty.c.dist.orig 2006-10-23 13:04:42.000000000 +0000
+++ tty.c.dist
@@ -50,7 +50,7 @@
#endif
#include "config.h"
-#ifdef SVR4
+#ifdef HAVE_SYS_STROPTS_H
#include <sys/stropts.h> /* for I_POP */
#endif