[PATCH] Initial AIX portability fixes.
authorJason Riedy <ejr@EECS.Berkeley.EDU>
Tue, 6 Dec 2005 22:20:16 +0000 (14:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Dec 2005 00:15:55 +0000 (16:15 -0800)
commita6da9395a5b6d3df901ce0a6cb61d123f77d7342
tree06c986caabcf4b5c9eefca3678bc85444fb281d4
parentbe61db922a230ae2638c27c071ee4b8c98f01f72
[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>
Makefile
convert-objects.c
mailinfo.c