Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
| | |||||
* | resolv/tst-resolv-noaaaa: Support building for older C standards | Florian Weimer | 2022-06-24 | 1 | -5/+9 |
| | | | | | | | | | | | | This avoids a compilation error: tst-resolv-noaaaa.c: In function 'response': tst-resolv-noaaaa.c:74:11: error: a label can only be part of a statement and a declaration is not a statement char ipv4[4] = {192, 0, 2, i + 1}; ^~~~ tst-resolv-noaaaa.c:79:11: error: a label can only be part of a statement and a declaration is not a statement char *name = xasprintf ("ptr-%d", i); ^~~~ | ||||
* | resolv: Implement no-aaaa stub resolver option | Florian Weimer | 2022-06-24 | 1 | -0/+533 |
Reviewed-by: Carlos O'Donell <carlos@redhat.com> |