/[pkgs]/devel/coreutils/coreutils-i18n.patch
ViewVC logotype

Diff of /devel/coreutils/coreutils-i18n.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.39 Revision 1.40
344 344
345 if (have_read_stdin && fclose (stdin) != 0) 345 if (have_read_stdin && fclose (stdin) != 0)
346 error (EXIT_FAILURE, errno, "-"); 346 error (EXIT_FAILURE, errno, "-");
347--- coreutils-6.8+/src/join.c.i18n 2007-01-14 15:41:28.000000000 +0000 347--- coreutils-6.8+/src/join.c.i18n 2007-01-14 15:41:28.000000000 +0000
348+++ coreutils-6.8+/src/join.c 2007-03-01 15:08:24.000000000 +0000 348+++ coreutils-6.8+/src/join.c 2007-03-01 15:08:24.000000000 +0000
349@@ -23,16 +23,30 @@ 349@@ -23,17 +23,31 @@
350 #include <sys/types.h> 350 #include <sys/types.h>
351 #include <getopt.h> 351 #include <getopt.h>
352 352
353+/* Get mbstate_t, mbrtowc(), mbrtowc(), wcwidth(). */ 353+/* Get mbstate_t, mbrtowc(), mbrtowc(), wcwidth(). */
354+#if HAVE_WCHAR_H 354+#if HAVE_WCHAR_H
360+# include <wctype.h> 360+# include <wctype.h>
361+#endif 361+#endif
362+ 362+
363 #include "system.h" 363 #include "system.h"
364 #include "error.h" 364 #include "error.h"
365 #include "hard-locale.h"
365 #include "linebuffer.h" 366 #include "linebuffer.h"
366-#include "memcasecmp.h" 367-#include "memcasecmp.h"
367 #include "quote.h" 368 #include "quote.h"
368 #include "stdio--.h" 369 #include "stdio--.h"
369 #include "xmemcoll.h" 370 #include "xmemcoll.h"

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2