LOG_SIZE
char buf[LOG_SIZE];
size_t bufsize_max = LOG_SIZE - strlen(header) - 32;
char buffer[LOG_SIZE], nbuf[LOG_SIZE + 32];
strlcat(nbuf, getuid() ? "" : " [priv]", LOG_SIZE + 32);