Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 59ea45f

Browse files
committed
Merge branch 'michal/cmocka-future-proofing' into 'main'
cmocka future-proofing See merge request isc-projects/bind9!7939
2 parents ddbbb86 + 6029010 commit 59ea45f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+68
-62
lines changed

lib/isc/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ libisc_la_HEADERS = \
1616
include/isc/base32.h \
1717
include/isc/base64.h \
1818
include/isc/buffer.h \
19-
include/isc/cmocka.h \
2019
include/isc/commandline.h \
2120
include/isc/condition.h \
2221
include/isc/counter.h \

lib/isc/include/isc/cmocka.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

tests/dns/acl_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/db_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbdiff_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbiterator_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbversion_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dns64_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dst_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/geoip_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

0 commit comments

Comments
 (0)