aboutsummaryrefslogtreecommitdiff
path: root/nfs/rpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/rpc.c')
-rw-r--r--nfs/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/rpc.c b/nfs/rpc.c
index 0d83064a..2a74094a 100644
--- a/nfs/rpc.c
+++ b/nfs/rpc.c
@@ -58,7 +58,7 @@ static pthread_mutex_t outstanding_lock = PTHREAD_MUTEX_INITIALIZER;
/* Generate and return a new transaction ID. */
static inline int
-generate_xid ()
+generate_xid (void)
{
static int nextxid;