mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Librs232 is a library which provides common interface to rs232 serial interface communication.
12 lines
260 B
C
12 lines
260 B
C
--- rs232.h.orig 2014-12-04 14:17:08.000000000 +0800
|
|
+++ rs232.h 2014-12-04 14:17:22.000000000 +0800
|
|
@@ -45,8 +45,7 @@
|
|
#include <string.h>
|
|
|
|
|
|
-
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
|
|
#include <termios.h>
|
|
#include <sys/ioctl.h>
|