From: Maria Matejka Date: Wed, 13 Oct 2021 17:08:35 +0000 (+0200) Subject: fixup! Multipage allocation X-Git-Tag: 3.0-alpha0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54f75f454b7ed8c8ff2c1787a506528f22cbae7;p=thirdparty%2Fbird.git fixup! Multipage allocation --- diff --git a/test/birdtest.c b/test/birdtest.c index 745118d0f..c6a09684e 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -58,11 +58,14 @@ u64 bt_random_state[] = { 0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d }; +void resource_sys_init(void); + void bt_init(int argc, char *argv[]) { int c; + resource_sys_init(); initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state)); bt_verbose = 0;