}
if (path == NULL)
conffd = openat(ctx.rootfd, PREFIX"/etc/pkg.conf" + 1, 0);
conffd = openat(ctx.rootfd, &PREFIX"/etc/pkg.conf"[1], 0);
else
conffd = open(path, O_RDONLY);
if (conffd == -1 && errno != ENOENT) {