2
0
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:
Ondřej Surý
2020-05-28 09:26:55 +02:00
parent fe04426778
commit bf60e445ed
4 changed files with 2 additions and 14 deletions

View File

@@ -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