mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:42:52 -04:00
Changed initialize to include void. This keeps the VC++ compiler from complaining about the isc_once_do code arguments
This commit is contained in:
parent
accf0d5f29
commit
b61c97cebd
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: db.c,v 1.68 2001/04/10 03:05:55 marka Exp $ */
|
||||
/* $Id: db.c,v 1.69 2001/07/24 05:23:38 mayer Exp $ */
|
||||
|
||||
/***
|
||||
*** Imports
|
||||
|
|
@ -69,7 +69,7 @@ static dns_dbimplementation_t rbtimp;
|
|||
static dns_dbimplementation_t rbt64imp;
|
||||
|
||||
static void
|
||||
initialize() {
|
||||
initialize(void) {
|
||||
RUNTIME_CHECK(isc_rwlock_init(&implock, 0, 0) == ISC_R_SUCCESS);
|
||||
|
||||
rbtimp.name = "rbt";
|
||||
|
|
|
|||
Loading…
Reference in a new issue