From 0c378149c401657ed6e2bb40bde780ae96eb8160 Mon Sep 17 00:00:00 2001 From: Piotr Zierhoffer Date: Thu, 22 Aug 2019 09:36:50 +0200 Subject: [PATCH] samples: net: civetweb: Remove an unnecessary config option CONFIG_NET_SOCKETS_POSIX_NAMES is incompatible with POSIX_API, so it's disabled by the build system. It's no longer required anyway. It is a leftover from before #16557 was merged. Signed-off-by: Piotr Zierhoffer --- samples/net/sockets/civetweb/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/net/sockets/civetweb/prj.conf b/samples/net/sockets/civetweb/prj.conf index e8aff517b10..e17c7ba3bfb 100644 --- a/samples/net/sockets/civetweb/prj.conf +++ b/samples/net/sockets/civetweb/prj.conf @@ -13,7 +13,6 @@ CONFIG_NET_IPV4=y # CONFIG_NET_IPV6 is not set CONFIG_NET_TCP=y CONFIG_NET_SOCKETS=y -CONFIG_NET_SOCKETS_POSIX_NAMES=y CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=131072 CONFIG_NET_TX_STACK_SIZE=8192 CONFIG_NET_RX_STACK_SIZE=8192