2010-05-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* libfs/src/nfsclient/src/rpcio.c: Warning removal.
This commit is contained in:
Ralf Corsepius
2010-05-30 10:18:41 +00:00
parent d53b814018
commit 8b3894731b

View File

@@ -391,8 +391,10 @@ static rtems_id rpciod = 0; /* task id of the RPC daemon */
static rtems_id msgQ = 0; /* message queue where the daemon picks up
* requests
*/
#ifndef NDEBUG
static rtems_id llock = 0; /* MUTEX protecting the server list */
static rtems_id hlock = 0; /* MUTEX protecting the hash table and the list of servers */
#endif
static rtems_id fini = 0; /* a synchronization semaphore we use during
* module cleanup / driver unloading
*/