author | Jason Riedy <ejr@EECS.Berkeley.EDU> | |
Tue, 6 Dec 2005 22:20:16 +0000 (14:20 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Dec 2005 00:15:55 +0000 (16:15 -0800) | ||
commit | a6da9395a5b6d3df901ce0a6cb61d123f77d7342 | |
tree | 06c986caabcf4b5c9eefca3678bc85444fb281d4 | tree | snapshot |
parent | be61db922a230ae2638c27c071ee4b8c98f01f72 | commit | diff |
[PATCH] Initial AIX portability fixes.
Added an AIX clause in the Makefile; that clause likely
will be wrong for any AIX pre-5.2, but I can only test
on 5.3. mailinfo.c was missing the compat header file,
and convert-objects.c needs to define a specific
_XOPEN_SOURCE as well as _XOPEN_SOURCE_EXTENDED.
Signed-off-by: E. Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Added an AIX clause in the Makefile; that clause likely
will be wrong for any AIX pre-5.2, but I can only test
on 5.3. mailinfo.c was missing the compat header file,
and convert-objects.c needs to define a specific
_XOPEN_SOURCE as well as _XOPEN_SOURCE_EXTENDED.
Signed-off-by: E. Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history | |
convert-objects.c | diff | blob | history | |
mailinfo.c | diff | blob | history |