<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 26, 2019 at 1:48 PM Peter Dufault <<a href="mailto:dufault@hda.com">dufault@hda.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The follwing commit below in libbsd added “verbose” flags to both rpcUdpInit() and nfsInit().  Code using libbsd needs a change to compile.<br>
I don’t like adding a compile time check.<br>
<br>
Shall I change the RTEMS ones to match even if the flag doesn’t do anything?<br></blockquote><div><br></div><div>I think changing the legacy version to match the signature of the libbsd one is a good idea.</div><div><br></div><div>--joel </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
[dufault@fubar rtems-libbsd]$ git log ./rtemsbsd/include/librtemsNfs.h<br>
commit 761ae78e0528ac5c1f46df11e9bea453ac6c82dd<br>
Author: Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>><br>
Date:   Thu Jun 30 13:32:29 2016 +1000<br>
<br>
    Make the license message viewable with a verbose option.<br>
<br>
    The license details can be viewed if you mount with a -v option:<br>
<br>
     # mount -i nfs -o "-v" 1.2.3.4:/mnt /mnt<br>
<br>
[dufault@fubar rtems-libbsd]$ grep rpcUdpInit ./rtemsbsd/include/librtemsNfs.h<br>
/** Priority of daemon; may be setup prior to calling rpcUdpInit();<br>
/** CPU affinity of daemon; may be setup prior to calling rpcUdpInit();<br>
rpcUdpInit(bool verbose);<br>
[dufault@fubar rtems-libbsd]$ <br>
<br>
Peter<br>
-----------------<br>
Peter Dufault<br>
HD Associates, Inc.      Software and System Engineering<br>
<br>
This email is delivered through the public internet using protocols subject to interception and tampering.<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>