Update due to Newlib 2017-06-07 changes

The following files are now provided by Newlib:

  * arpa/inet.h
  * net/if.h
  * netinet/in.h
  * netinet/tcp.h
  * sys/socket.h
  * sys/uio.h
  * sys/un.h

The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be
used directly.

Update #2833.
This commit is contained in:
Sebastian Huber
2017-05-23 13:18:31 +02:00
parent 29c0cffe57
commit 02373194fe
748 changed files with 817 additions and 5152 deletions

View File

@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include <netdb.h>
#include <sys/signal.h>
#include <rtems/bsd/sys/errno.h>
#include <sys/errno.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include "reentrant.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <assert.h>
#include <err.h>

View File

@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include "reentrant.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>
#include <errno.h>
#include <rpc/rpc.h>

View File

@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <assert.h>

View File

@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
*/
#include "namespace.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <rpc/rpc.h>
#include <rpc/rpc_com.h>
#ifdef YP

View File

@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
* architecture.
*/
#include "namespace.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <rpc/rpc.h>
#include <rpc/rpc_com.h>
#ifdef YP

View File

@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include "reentrant.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/un.h>

View File

@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
*/
#include "namespace.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <assert.h>

View File

@@ -54,7 +54,7 @@
#include <stdio.h>
#include <unistd.h>
#include <rpc/des_crypt.h>
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <netinet/in.h>
#include <rpc/types.h>
#include <rpc/xdr.h>

View File

@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include "reentrant.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/un.h>