SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
editors/jove/patches/patch-sysdep_h
Normal file
12
editors/jove/patches/patch-sysdep_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- 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 */
|
Loading…
Add table
Add a link
Reference in a new issue