summaryrefslogtreecommitdiffstats
path: root/devel/uisp/files/patch-Serial.C
blob: 4a7a8a97c19af745b1ece8f17603c29a6cbdfcc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -urN Serial.C.orig Serial.C
--- Serial.C.orig	Tue Aug 29 17:08:28 2000
+++ Serial.C	Fri Feb 16 19:33:18 2001
@@ -10,7 +10,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#if defined (__FreeBSD__)
+#include <termios.h>
+#else
 #include <termio.h>
+#endif
 #include <fcntl.h>
 #include "Global.h"
 #include "Serial.h"
OpenPOWER on IntegriCloud