Re: Incompatible rpcUdpInit() and nfsInit() in rtems-libbsd

2019-07-26 Thread Joel Sherrill
On Fri, Jul 26, 2019 at 1:48 PM Peter Dufault wrote: > The follwing commit below in libbsd added “verbose” flags to both > rpcUdpInit() and nfsInit(). Code using libbsd needs a change to compile. > I don’t like adding a compile time check. > > Shall I change the RTEMS ones to match even if the

Incompatible rpcUdpInit() and nfsInit() in rtems-libbsd

2019-07-26 Thread Peter Dufault
The follwing commit below in libbsd added “verbose” flags to both rpcUdpInit() and nfsInit(). Code using libbsd needs a change to compile. I don’t like adding a compile time check. Shall I change the RTEMS ones to match even if the flag doesn’t do anything? [dufault@fubar rtems-libbsd]$ git