ports/editors/jove/patches/patch-sysdep_h

13 lines
362 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- sysdep.h.orig Fri Nov 11 20:49:39 2011
+++ sysdep.h Fri Nov 11 20:50:09 2011
@@ -670,7 +670,8 @@
#endif
#ifndef MSDOS /* maximum path length (including '\0') */
-# define FILESIZE 256
+# include <sys/param.h>
+# define FILESIZE MAXPATHLEN
#else /* MSDOS */
# define FILESIZE 128 /* currently, 2+1+64+3+1+3+1 == 80 ought to be OK */
#endif /* MSDOS */