Oops.. might still need this mutex in a few places.

This commit is contained in:
oster 2004-02-29 22:32:37 +00:00
parent 0084f2a5e2
commit e9ec029612
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_acctrace.c,v 1.16 2004/02/29 21:38:41 oster Exp $ */ /* $NetBSD: rf_acctrace.c,v 1.17 2004/02/29 22:32:37 oster Exp $ */
/* /*
* Copyright (c) 1995 Carnegie-Mellon University. * Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved. * All rights reserved.
@ -34,7 +34,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_acctrace.c,v 1.16 2004/02/29 21:38:41 oster Exp $"); __KERNEL_RCSID(0, "$NetBSD: rf_acctrace.c,v 1.17 2004/02/29 22:32:37 oster Exp $");
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
@ -51,9 +51,9 @@ __KERNEL_RCSID(0, "$NetBSD: rf_acctrace.c,v 1.16 2004/02/29 21:38:41 oster Exp $
#if RF_ACC_TRACE > 0 #if RF_ACC_TRACE > 0
static long numTracesSoFar; static long numTracesSoFar;
#endif
RF_DECLARE_MUTEX(rf_tracing_mutex) RF_DECLARE_MUTEX(rf_tracing_mutex)
#endif
int int
rf_ConfigureAccessTrace(RF_ShutdownList_t **listp) rf_ConfigureAccessTrace(RF_ShutdownList_t **listp)