Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
}
if (!str)
- /* this is internal error... */
- errx(EXIT_FAILURE, _("conversion from cpuset to string failed"));
+ errx(EXIT_FAILURE, _("internal error: conversion from cpuset to string failed"));
printf(msg, ts->pid, str);
}
int fd, forked = 0, errsv;
if (iovcnt > sizeof(localiov) / sizeof(localiov[0]))
- return (_("too many iov's (change code in wall/ttymsg.c)"));
+ return (_("internal error: too many iov's"));
/* The old code here rejected the line argument when it contained a '/',
saying: "A slash may be an attempt to break security...".