diff options
author | Amos Waterland <apw@us.ibm.com> | 2006-01-04 19:31:02 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 17:22:37 -0800 |
commit | 0a15217184f20649c0ab19b24363e35112a91beb (patch) | |
tree | 6eab2eedc5f0c2c7cdb6a63fc93c33e2b4df2b17 /date.c | |
parent | git-init-db(1): Describe --shared and the idempotent nature of init-db (diff) | |
download | tgif-0a15217184f20649c0ab19b24363e35112a91beb.tar.xz |
AIX compile fix for repo-config.c
AIX 5 has a /usr/include/regex.h containing this code:
#ifdef _NO_PROTO
extern char *regex();
extern char *regcmp();
#else /* _NO_PROTO */
extern char *regex(const char *, const char *, ...);
extern char *regcmp(const char *, ...);
#endif /* _NO_PROTO */
This means that repo-config.c is trying to redefine the `regex' symbol.
Here is a simple patch that just uses `regexp' as the symbol name instead.
Signed-off-by: Amos Waterland <apw@us.ibm.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'date.c')
0 files changed, 0 insertions, 0 deletions