[rtems-libbsd commit] Compatibility for next Newlib update

Sebastian Huber sebh at rtems.org
Wed Sep 25 07:30:17 UTC 2019


Module:    rtems-libbsd
Branch:    5-freebsd-12
Commit:    7664fdce3a44462c1f0a06b606c4fbe6e45bfa0d
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=7664fdce3a44462c1f0a06b606c4fbe6e45bfa0d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 24 14:10:43 2019 +0200

Compatibility for next Newlib update

---

 testsuite/syscalls01/test_main.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testsuite/syscalls01/test_main.c b/testsuite/syscalls01/test_main.c
index 3254ba5..dedad0b 100644
--- a/testsuite/syscalls01/test_main.c
+++ b/testsuite/syscalls01/test_main.c
@@ -172,7 +172,12 @@ 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 },



More information about the vc mailing list