Changeset 8722b38 in mainline


Ignore:
Timestamp:
2008-09-14T16:57:02Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
901e827
Parents:
4f8a0c0
Message:

Fix quirks in config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/config.h

    r4f8a0c0 r8722b38  
    55
    66/* Specific port work-arounds : */
     7#ifndef PATH_MAX
    78#define PATH_MAX 255
     9#endif
     10
     11#ifndef EXIT_SUCCESS
    812#define EXIT_SUCCESS 0
    9 #define EXIT_FAILURE 0
     13#define EXIT_FAILURE 1
     14#endif
    1015
    1116/* Work around for getenv() */
     
    2732#define PACKAGE_NAME "bdsh"
    2833#define PACKAGE_STRING "The brain dead shell"
    29 #define PACKAGE_TARNAME "scli"
     34#define PACKAGE_TARNAME "bdsh"
    3035#define PACKAGE_VERSION "0.0.1"
    3136
Note: See TracChangeset for help on using the changeset viewer.