Network Services | Add ntpd sys var query and sync status calls (!28)
Chris Johns (@chris)
gitlab at rtems.org
Thu May 22 01:44:42 UTC 2025
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250522/27535787/attachment-0001.htm>
More information about the bugs
mailing list