[package] lcd4linux: fix new plugins that were added during bump to r1158
[openwrt/svn-archive/archive.git] / net / ditg / patches / 001-no_stropts.h
1 --- D-ITG-2.7.0-Beta2/src/common/serial.cpp 2009-05-24 10:48:18.000000000 +0200
2 +++ D-ITG-2.7.0-Beta2.new/src/common/serial.cpp 2010-03-21 17:22:54.000000000 +0100
3 @@ -84,7 +84,7 @@
4 #include <unistd.h>
5 #include <termios.h>
6 #if !defined(BSD) && !defined(ARM)
7 -#include <stropts.h>
8 +//#include <stropts.h>
9 #endif
10 #include <fcntl.h>
11 #include <stdio.h>