LibBSD | Update libbsd main for GCC 15 (!80)

Kinsey Moore (@opticron) gitlab at rtems.org
Sun Jul 27 01:54:05 UTC 2025




Kinsey Moore commented on a discussion on freebsd/lib/libc/net/rcmd.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/80#note_127625

 >  
 >  char paddr[NI_MAXHOST];
 >  
 > +#ifdef __rtems__
 > +/* These are present in the FreeBSD version of unistd.h */
 > +int rcmd_af(char **ahost, int inport, const char *locuser, const char *remuser,
 > +    const char *cmd, int *fd2p, int af);
 > +int rcmdsh(char **ahost, int inport, const char *locuser, const char *remuser,
 > +    const char *cmd, const char *rshprog);
 > +int rresvport_af(int *alport, int family);
 > +int iruserok_sa(const void *ra, int rlen, int superuser, const char *ruser,
 > +    const char *luser);
 > +#endif /* __rtems__ */
 > +

Removed.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/80#note_127625
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/20250727/2bcf8c42/attachment.htm>


More information about the bugs mailing list