klibc-bot for maximilian attems
2012-Jul-02 09:12 UTC
[klibc] [klibc:master] dash: sync with latest git
Commit-ID: 1ece5af4d7dccc7d8af3c358303fafdb52dbfe6d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1ece5af4d7dccc7d8af3c358303fafdb52dbfe6d Author: maximilian attems <max at stro.at> AuthorDate: Mon, 2 Jul 2012 10:51:46 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 2 Jul 2012 11:03:33 +0200 [klibc] dash: sync with latest git Gains us compile and runtime fixes including newer dash >= 0.5.7. For now disable faccessat() as we yet miss AT_EACCESS definition. Signed-off-by: maximilian attems <max at stro.at> --- usr/dash/README.dash | 3 ++- usr/dash/config.h | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/usr/dash/README.dash b/usr/dash/README.dash index dcce478..6536327 100644 --- a/usr/dash/README.dash +++ b/usr/dash/README.dash @@ -2,7 +2,8 @@ This version of dash was obtained from git://git.kernel.org/pub/scm/utils/dash/dash.git -It corresponds up to changeset ec2c84d3c4dba4b74440d72bdd1de416a9acd2a9. +It corresponds up to changeset 46d3c1a614f11f0d40a7e73376359618ff07abcd +omitting ee5cbe9fd6bc02f31b4d955606288de36c3d4eab. HOWTO sync branch: 1) Generate patch and fix up their path diff --git a/usr/dash/config.h b/usr/dash/config.h index ebd98f9..35230c7 100644 --- a/usr/dash/config.h +++ b/usr/dash/config.h @@ -29,9 +29,6 @@ /* Define to 1 if you have the `glob' function. */ /* #undef HAVE_GLOB */ -/* Define to 1 if you have the `imaxdiv' function. */ -/* #undef HAVE_IMAXDIV */ - /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 @@ -105,7 +102,7 @@ #define PACKAGE_NAME "dash" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "dash 0.5.6" +#define PACKAGE_STRING "dash 0.5.7" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "dash" @@ -114,7 +111,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.5.6" +#define PACKAGE_VERSION "0.5.7" /* Define to printf format string for intmax_t */ /* #undef PRIdMAX */ @@ -154,7 +151,10 @@ /* Version number of package */ -#define VERSION "0.5.6" +#define VERSION "0.5.7" + +/* Define if you build with -DWITH_LINENO */ +#define WITH_LINENO 1 /* Define to 1 if on MINIX. */ /* #undef _MINIX */