[Lldb-commits] [lldb] r209632 - Remove include of obsolete stropts.h header

Ed Maste emaste at freebsd.org
Mon May 26 07:04:30 PDT 2014


Author: emaste
Date: Mon May 26 09:04:29 2014
New Revision: 209632

URL: http://llvm.org/viewvc/llvm-project?rev=209632&view=rev
Log:
Remove include of obsolete stropts.h header

The header is for POSIX streams functionality, and does not exist on
FreeBSD, OS X, or contemporary Linux distributions.

Modified:
    lldb/trunk/tools/lldb-mi/MICmnStreamStdin.cpp

Modified: lldb/trunk/tools/lldb-mi/MICmnStreamStdin.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmnStreamStdin.cpp?rev=209632&r1=209631&r2=209632&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmnStreamStdin.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmnStreamStdin.cpp Mon May 26 09:04:29 2014
@@ -23,7 +23,6 @@
 #if !defined( _MSC_VER )
 #include <sys/select.h>
 #include <termios.h>
-#include <stropts.h>
 #else
 #include <stdio.h>
 #include <Windows.h>





More information about the lldb-commits mailing list