blob: 07a6f89fb4a39b6f913cd074d2b547918a1a39c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.4 2006/01/09 17:57:15 joerg Exp $
--- pardiff/pardiff.h.orig 2006-01-09 17:36:02.000000000 +0000
+++ pardiff/pardiff.h
@@ -27,7 +27,7 @@
/* include files to determine the width of the output terminal */
#include <fcntl.h>
-#if defined __NetBSD__ || defined __FreeBSD__ || defined __OpenBSD__
+#if defined __NetBSD__ || defined __FreeBSD__ || defined __OpenBSD__ || defined __DragonFly__
#include <sys/ttycom.h>
#else
#include <termio.h>
|