Directly use <sys/types.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2016-04-27 10:25:22 +02:00
parent 2017a6df2b
commit 3d1e767c8f
241 changed files with 245 additions and 603 deletions

View File

@@ -16,7 +16,7 @@
* OF OR IN CONNECTION WITH THE USE, ABUSE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <poll.h>
#include <pwd.h>

View File

@@ -34,7 +34,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>

View File

@@ -34,7 +34,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>

View File

@@ -34,7 +34,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>

View File

@@ -38,7 +38,7 @@ static const char rcsid[] =
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
#include <sys/queue.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>

View File

@@ -33,7 +33,7 @@ static const char rcsid[] =
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>

View File

@@ -28,7 +28,7 @@
* $FreeBSD$
*/
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>

View File

@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <net/if.h>