--- embedaddon/sudo/src/signal.c 2013/07/22 10:46:13 1.1.1.1 +++ embedaddon/sudo/src/signal.c 2014/06/15 16:12:55 1.1.1.2 @@ -123,7 +123,7 @@ init_signals(void) * the select() loop without races (we may not have pselect()). */ if (pipe_nonblock(signal_pipe) != 0) - fatal(_("unable to create pipe")); + fatal(U_("unable to create pipe")); memset(&sa, 0, sizeof(sa)); sigfillset(&sa.sa_mask);