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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to