The incorrect indentation fooled me. <stropts.h> is already included in
Linux. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27252 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3d62be2e79
commit
fbed358934
@ -28,9 +28,9 @@
|
||||
# ifndef HAIKU_HOST_PLATFORM_DARWIN
|
||||
# include <sys/disklabel.h>
|
||||
# endif
|
||||
#elif defined(HAIKU_HOST_PLATFORM_CYGWIN)
|
||||
# include <sys/ioctl.h>
|
||||
# include <sys/stat.h>
|
||||
# elif defined(HAIKU_HOST_PLATFORM_CYGWIN)
|
||||
# include <sys/ioctl.h>
|
||||
# include <sys/stat.h>
|
||||
# else
|
||||
// the (POSIX) correct place of definition for ioctl()
|
||||
# include <stropts.h>
|
||||
@ -42,10 +42,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAIKU_HOST_PLATFORM_LINUX
|
||||
# include <stropts.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef __BEOS__
|
||||
// Defined in libroot_build.so.
|
||||
|
Loading…
x
Reference in New Issue
Block a user