Re: implicit declaration of function '_mkdir'

2008-12-18 Thread James Hawkins
On Sun, Dec 14, 2008 at 2:29 AM, Gerald Pfeifer ger...@pfeifer.com wrote:
 I am mostly offline (2s ping times) for another two weeks, but noticed
 the following starting a couple of days ago on my nightly FreeBSD 6.4
 tester:

 server.c:755: warning: implicit declaration of function '_mkdir'
 shellpath.c:2163: warning: implicit declaration of function '_mkdir'
 shfldr_unixfs.c:1745: warning: implicit declaration of function '_mkdir'
 xdg.c:253: warning: implicit declaration of function '_mkdir'
 theme.c:966: warning: implicit declaration of function '_mkdir'
 winemenubuilder.c:707: warning: implicit declaration of function '_mkdir'
 fd.c:1562: warning: implicit declaration of function '_mkdir'
 request.c:530: warning: implicit declaration of function '_mkdir'

 Perhaps one of you has an idea where this might come from and how to
 avoid it?


You can use git offline to do a regression test.  Might give you some
better clues.

-- 
James Hawkins




Re: implicit declaration of function '_mkdir'

2008-12-18 Thread Austin English
On Sun, Dec 14, 2008 at 5:29 AM, Gerald Pfeifer ger...@pfeifer.com wrote:
 I am mostly offline (2s ping times) for another two weeks, but noticed
 the following starting a couple of days ago on my nightly FreeBSD 6.4
 tester:

 server.c:755: warning: implicit declaration of function '_mkdir'
 shellpath.c:2163: warning: implicit declaration of function '_mkdir'
 shfldr_unixfs.c:1745: warning: implicit declaration of function '_mkdir'
 xdg.c:253: warning: implicit declaration of function '_mkdir'
 theme.c:966: warning: implicit declaration of function '_mkdir'
 winemenubuilder.c:707: warning: implicit declaration of function '_mkdir'
 fd.c:1562: warning: implicit declaration of function '_mkdir'
 request.c:530: warning: implicit declaration of function '_mkdir'

 Perhaps one of you has an idea where this might come from and how to
 avoid it?

 Gerald




http://bugs.winehq.org/show_bug.cgi?id=16561

I started to send a patch, then realized there a lot more occurrences,
and didn't have time to fix them all.

-- 
-Austin