mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Stop using AC_C_FLEXIBLE_ARRAY_MEMBER, support for it is part of C99
This commit is contained in:
@@ -3061,7 +3061,7 @@ typedef struct {
|
||||
dns_rdata_t rdata;
|
||||
size_t size;
|
||||
isc_mem_t *mctx;
|
||||
unsigned char data[FLEXIBLE_ARRAY_MEMBER];
|
||||
unsigned char data[];
|
||||
} dns_client_updaterec_t;
|
||||
|
||||
isc_result_t
|
||||
|
Reference in New Issue
Block a user