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

@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
__FBSDID("$FreeBSD$");
#include "namespace.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <errno.h>
#include <stdio.h>

View File

@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_conv.c 8.5 (Berkeley) 8/17/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>

View File

@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>

View File

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

View File

@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_split.c 8.10 (Berkeley) 1/9/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <limits.h>
#include <stdio.h>

View File

@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_utils.c 8.8 (Berkeley) 7/20/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mpool.c 8.7 (Berkeley) 11/2/95";
__FBSDID("$FreeBSD$");
#include "namespace.h"
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/stat.h>

View File

@@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>