diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/name-cache.c | 2 | ||||
-rw-r--r-- | nfs/rpc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nfs/name-cache.c b/nfs/name-cache.c index 73bcc071..44d59430 100644 --- a/nfs/name-cache.c +++ b/nfs/name-cache.c @@ -227,7 +227,7 @@ register_pos_hit (int n) /* Register a miss */ void -register_miss () +register_miss (void) { int i; @@ -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; |