summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/nfsclient/src/rpcio.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-30 10:18:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-30 10:18:41 +0000
commit8b3894731be555b50b67eaf20574e7b1544a31d0 (patch)
treea176de703123e990685b0b6347a9452f2ae11a4c /cpukit/libfs/src/nfsclient/src/rpcio.c
parentd53b814018c3035a34dcb98adbc74c6ad6f1272c (diff)
2010-05-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/rpcio.c: Warning removal.
Diffstat (limited to 'cpukit/libfs/src/nfsclient/src/rpcio.c')
-rw-r--r--cpukit/libfs/src/nfsclient/src/rpcio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index cf51a8bf3e..d462774558 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -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
*/