2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Remove legacy support for AIX

This commit is contained in:
Ondřej Surý
2018-08-21 10:45:29 +02:00
parent 9a8da1e25a
commit f0f71420c8
22 changed files with 48 additions and 271 deletions

View File

@@ -2965,7 +2965,7 @@ parser_complain(cfg_parser_t *pctx, bool is_warning,
va_list args)
{
char tokenbuf[MAX_LOG_TOKEN + 10];
static char where[ISC_DIR_PATHMAX + 100];
static char where[PATH_MAX + 100];
static char message[2048];
int level = ISC_LOG_ERROR;
const char *prep = "";