This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] avoid MAXPATHLEN dependency


Samuel Thibault writes:
 > Hi,
 > 
 > Some systems don't have such hard limit as MAXPATHLEN, here is a patch
 > to take advantage of this.
 > 
 > Samuel
 > libjava/ChangeLog
 > 2005-10-01  Alfred M. Szmidt  <ams@gnu.org>
 > 
 > 	* java/io/natFilePosix.cc (init_native) [!MAXPATHLEN]: Define to 0.
 > 	* java/io/File.java (createTempFile): Don't truncate if the system
 > 	doesn't have a limit on the length of a file name.
 > 

OK.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]