SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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 */