Blame SOURCES/authd-1.4.3-locale.patch

7a8b95
--- authd-1.4.3/authd.c~	2006-07-21 22:32:26.000000000 +0930
7a8b95
+++ authd-1.4.3/authd.c	2006-07-22 00:32:11.000000000 +0930
7a8b95
@@ -979,6 +979,8 @@
7a8b95
     mtrace();
7a8b95
 #   endif
7a8b95
     if (setlocale(LC_ALL, "") == NULL) abort();
7a8b95
+    errno = 0;			/* not an error for some locale files to
7a8b95
+				   be missing */
7a8b95
     if (signal(SIGALRM, catch_signal) == SIG_ERR) abort();
7a8b95
     if (textdomain(PACKAGE) == NULL) handle_error(NULL);
7a8b95
     if (bindtextdomain(PACKAGE, NULL) == NULL) handle_error(NULL);