On Fri, Jun 13, 2008 at 01:19:37PM -0400, Ethan Mallove wrote:

>> NAME_MAX is defined on my system, so the above patch will produce an
>> error. I could put something like
>> 
>>     #ifndef NAME_MAX
>>     # define NAME_MAX (1024)
>>     #endif
>> 
>> into subversion. Alternately, see if FILENAME_MAX is defined on your
>> system. Then s/NAME_MAX/FILENAME_MAX/g should be good enough,
> 
> Yes, I have FILENAME_MAX, so this works:

In SVN,

GI

-- 
100 THINGS I'D DO IF I EVER BECAME AN EVIL OVERLORD
86. I will make sure that my doomsday device is up to code and properly
grounded.

Attachment: pgp4nnTaeXSyu.pgp
Description: PGP signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to