gentle ping

On Thu, May 23, 2024 at 7:52 AM Martin Jansa via
lists.yoctoproject.org <martin.jansa=gmail....@lists.yoctoproject.org>
wrote:
>
> tcp-smack-test:
> http://errors.yoctoproject.org/Errors/Details/766925/
>   tcp_client.c:55:16: error: implicit declaration of function 'atoi' 
> [-Wimplicit-function-declaration]
>
> udp-client-tests:
> http://errors.yoctoproject.org/Errors/Details/766927/
>   udp_client.c:41:16: error: implicit declaration of function 'atoi' 
> [-Wimplicit-function-declaration]
>   udp_client.c:51:12: error: implicit declaration of function 'fsetxattr' 
> [-Wimplicit-function-declaration]
>   udp_client.c:66:9: error: implicit declaration of function 'close'; did you 
> mean 'pclose'? [-Wimplicit-function-declaration]
>
> Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
> ---
>  recipes-mac/smack/tcp-smack-test/tcp_client.c | 1 +
>  recipes-mac/smack/udp-smack-test/udp_client.c | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/recipes-mac/smack/tcp-smack-test/tcp_client.c 
> b/recipes-mac/smack/tcp-smack-test/tcp_client.c
> index 6c0a474..b82b575 100644
> --- a/recipes-mac/smack/tcp-smack-test/tcp_client.c
> +++ b/recipes-mac/smack/tcp-smack-test/tcp_client.c
> @@ -18,6 +18,7 @@
>  // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
>  // THE SOFTWARE.
>  #include <stdio.h>
> +#include <stdlib.h>
>  #include <sys/socket.h>
>  #include <sys/types.h>
>  #include <errno.h>
> diff --git a/recipes-mac/smack/udp-smack-test/udp_client.c 
> b/recipes-mac/smack/udp-smack-test/udp_client.c
> index 23f3e00..976cbdc 100644
> --- a/recipes-mac/smack/udp-smack-test/udp_client.c
> +++ b/recipes-mac/smack/udp-smack-test/udp_client.c
> @@ -18,6 +18,7 @@
>  // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
>  // THE SOFTWARE.
>  #include <sys/socket.h>
> +#include <stdlib.h>
>  #include <stdio.h>
>  #include <netinet/in.h>
>  #include <netdb.h>
> --
> 2.45.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63303): https://lists.yoctoproject.org/g/yocto/message/63303
Mute This Topic: https://lists.yoctoproject.org/mt/106257756/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to