convert-objects: set _XOPEN_SOURCE to 600
authorJunio C Hamano <junkio@cox.net>
Wed, 15 Nov 2006 22:57:47 +0000 (14:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 15 Nov 2006 22:57:47 +0000 (14:57 -0800)
Otherwise OpenBSD header files drop S_ISLNK() definition which is used in
an inline defined in cache.h

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found