UNWIND_USER
if ((pw = getpwnam(UNWIND_USER)) == NULL)
if (getpwnam(UNWIND_USER) == NULL)
errx(1, "unknown user %s", UNWIND_USER);