[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] stdlib removed from svn_types.h

From: H. Hernan Moraldo <hernan_at_moraldo.com.ar>
Date: 2004-03-10 07:24:24 CET

Remove the #include <stdlib.h> line from svn_types.h, and add that line
to any other files that actually need it.

subversion/svnadmin/main.c
subversion/include/svn_types.h
subversion/svnlook/main.c
subversion/clients/cmdline/main.c
subversion/tests/libsvn_subr/target-test.c
subversion/svndumpfilter/main.c
subversion/svnserve/main.c
subversion/svnversion/main.c

(end of log)

On subversion/include/svn_types.h there were some lines telling:

/* ### this should go away, but it causes too much breakage right now */
#include <stdlib.h>

I removed that include and added that line to all other files that
required that to compile. As far as I could see, it worked perfectly,
but I still wonder whether that change was wanted by the SVN
developers for real.

Anyway, here is the patch. Thanks to the SVN developers for this great
tool, I really appreciate your work!

Best regards,

-- 
H. Hernán Moraldo
Moraldo Games
http://games.moraldo.com.ar/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Mar 10 15:39:37 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.