[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] Patch to detect setlocale function
From: |
Mitsuru Chinen |
Subject: |
[Bug-cpio] Patch to detect setlocale function |
Date: |
Thu, 6 Jan 2005 14:24:18 +0900 |
Hi guys,
It seems that cpio-2.6 has a bug with detecting setlocale function.
In lib/system.h, though HAVE_SETLOCALE is checked, but
HAVE_SETLOCALE is not defined with configure script.
And `#ifdef HAVE_LOCALE_H' isn't necessary in src/main.c and src/mt.c
once lib/system.h works correctly.
I've created the patch for this issue. Could you check my patch?
------
Mitsuru Chinen
cpio-2.6-i18n-0.1.patch
Description: Binary data
- [Bug-cpio] Patch to detect setlocale function,
Mitsuru Chinen <=