Chris Johns commented on a discussion on bsd/freebsd/contrib/ntp/ntpd/ntp_io.c: https://gitlab.rtems.org/rtems/pkg/rtems-net-services/-/merge_requests/28#note_122786 > SET_ADDR4N(&wildif->bcast, INADDR_ANY); > SET_PORT(&wildif->bcast, port); > #endif /* MCAST */ > -#ifdef __rtems__ > - wildif->fd = open_socket(&wildif->sin, 0, 0, wildif); > -#else > wildif->fd = open_socket(&wildif->sin, 0, 1, wildif); > -#endif Did you check the full file? It looks OK to me. I am not sure what the diff it doing. I nearest `__rtems__` guard is line 1770 (in my edited file) and not until 2166? -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-net-services/-/merge_requests/28#note_122786 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs