mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 21:47:56 +08:00
Make the license message viewable with a verbose option.
The license details can be viewed if you mount with a -v option: # mount -i nfs -o "-v" 1.2.3.4:/mnt /mnt
This commit is contained in:
@@ -132,7 +132,7 @@ rpcSetXIDs(uint32_t xid);
|
||||
* @retval 0 on success, -1 on failure
|
||||
*/
|
||||
int
|
||||
rpcUdpInit(void);
|
||||
rpcUdpInit(bool verbose);
|
||||
|
||||
/**
|
||||
* @brief RPC cleanup and stop.
|
||||
@@ -167,7 +167,7 @@ rpcUdpCleanup(void);
|
||||
* @retval -1 An error occurred. The errno is set to indicate the error.
|
||||
*/
|
||||
int
|
||||
nfsInit(int smallPoolDepth, int bigPoolDepth);
|
||||
nfsInit(int smallPoolDepth, int bigPoolDepth, bool verbose);
|
||||
|
||||
/**
|
||||
* @brief Driver cleanup code.
|
||||
|
Reference in New Issue
Block a user