]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit73fbd33cce281f116852d02963935f2ae90acc76
tree6a85f27c6566101067c26b89e215e007c32a33f6
parentefe4abd14c75834d30e3e521b3597eb07ea9271b
convert-objects: set _XOPEN_SOURCE to 600

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>
convert-objects.c