Description of problem: The buildlog https://kojipkgs.fedoraproject.org//packages/neon/0.30.2/5.fc29/data/logs/x86_64/build.log contains the warning ne_socket.c:580:8: warning: implicit declaration of function 'writev' Version-Release number of selected component (if applicable): neon-0.30.2-5.fc29 (and others) How reproducible: Always Steps to Reproduce: 1. Build the package Actual results: Implicit declaration warning Expected results: No implicit declaration warning Additional info: The reason is a typo in an #ifdef, line 30 in neon-0.30.2/src/ne_socket.c says #ifdef HAVE_SYS_UIO_h when it should say #ifdef HAVE_SYS_UIO_H (i.e. the last H should be a capital H)
Commit: http://pkgs.fedoraproject.org/rpms/neon/c/edaf66e705b53dd78b4ff3773cf8357c40f814d6
Package: neon-0.30.2-6.fc29 Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=1099591
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'.
The build.log of the referenced build does not have a warning about implicit declaration of function 'writev'. Closing.