summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-24 11:05:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-13 10:47:04 +0100
commita5ddb0ea69f21c16b7697a935d7a0c16bb3cffcf (patch)
treedb091fb0f7d091804482156c9f3f55879ac93d5b /testsuite
parenttest/syscalls01: Fix sporadic test failures (diff)
downloadrtems-libbsd-a5ddb0ea69f21c16b7697a935d7a0c16bb3cffcf.tar.bz2
Update to FreeBSD head 2019-09-24
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/cdev01/test_cdev.c2
-rw-r--r--testsuite/syscalls01/test_main.c5
-rw-r--r--testsuite/termios/test_termios_driver.c2
3 files changed, 2 insertions, 7 deletions
diff --git a/testsuite/cdev01/test_cdev.c b/testsuite/cdev01/test_cdev.c
index f6851fdd..d3097f7c 100644
--- a/testsuite/cdev01/test_cdev.c
+++ b/testsuite/cdev01/test_cdev.c
@@ -31,7 +31,7 @@
#include <machine/rtems-bsd-kernel-space.h>
#include <machine/vm.h>
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/conf.h>
#include <sys/mman.h>
diff --git a/testsuite/syscalls01/test_main.c b/testsuite/syscalls01/test_main.c
index 0d6f9705..c1c15d24 100644
--- a/testsuite/syscalls01/test_main.c
+++ b/testsuite/syscalls01/test_main.c
@@ -172,12 +172,7 @@ static socket_test socket_tests[] = {
{ PF_INET, SOCK_RAW, IPPROTO_SCCSP, 0 },
{ PF_INET, SOCK_RAW, IPPROTO_SCTP, 0 },
{ PF_INET, SOCK_RAW, IPPROTO_SDRP, 0 },
-#ifdef IPPROTO_SEP
- { PF_INET, SOCK_RAW, IPPROTO_SEP, 0 },
-#endif
-#ifdef IPPROTO_DCCP
{ PF_INET, SOCK_RAW, IPPROTO_DCCP, 0 },
-#endif
{ PF_INET, SOCK_RAW, IPPROTO_SKIP, 0 },
{ PF_INET, SOCK_RAW, IPPROTO_SRPC, 0 },
{ PF_INET, SOCK_RAW, IPPROTO_ST, 0 },
diff --git a/testsuite/termios/test_termios_driver.c b/testsuite/termios/test_termios_driver.c
index 1e57a01b..18fceaac 100644
--- a/testsuite/termios/test_termios_driver.c
+++ b/testsuite/termios/test_termios_driver.c
@@ -8,7 +8,7 @@
*/
#include <machine/rtems-bsd-kernel-space.h>
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/conf.h>
#include <sys/tty.h>
#include <sys/serial.h>