perrx
perrx("Userid %lu not found - aborting job `%s'",
perrx("Userid %lu has expired - aborting job `%s'",
perrx("Symbolic link encountered in job `%s' - aborting",
perrx("Somebody changed files from under us for job `%s' "
perrx("Somebody is trying to run a linked script for job `%s'",
perrx("File `%s' is in wrong format - aborting", filename);
perrx("Illegal mail name `%s' in `%s'", mailbuf, filename);
perrx("Job `%s' - userid %lu does not match file uid %lu",
perrx("Job `%s' - groupid %lu does not match file gid %lu",
perrx("Cannot get gid for `%s'", nobody);
perrx("Cannot get uid for `%s'", nobody);
perrx("Bad argument to option -l: ", optarg);
perrx("Usage: %s [-l <loadav>] [-d]", getprogname());
perrx("Invalid option: %c", c);
static void perrx(const char *, ...) __dead;