Fix an "implicit function definition" warning.
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sat, 3 Mar 2007 18:28:52 +0000 (18:28 +0000)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Mar 2007 02:55:04 +0000 (18:55 -0800)
The function at issue being initgroups() from the <grp.h> header
file. On Cygwin, setting _XOPEN_SOURCE suppresses the definition
of initgroups(), which causes the warning while compiling daemon.c.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found