Module Name: xsrc
Committed By: mrg
Date: Fri Dec 16 05:18:45 UTC 2022
Modified Files:
xsrc/external/mit/makedepend/dist: def.h
Log Message:
bump MAXFILES. xmcd in pkgsrc triggers this limit ...
XXX: pullup?
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/external/mit/makedepend/dist/def.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/makedepend/dist/def.h
diff -u xsrc/external/mit/makedepend/dist/def.h:1.1.1.6 xsrc/external/mit/makedepend/dist/def.h:1.2
--- xsrc/external/mit/makedepend/dist/def.h:1.1.1.6 Fri Nov 11 07:52:27 2022
+++ xsrc/external/mit/makedepend/dist/def.h Fri Dec 16 05:18:45 2022
@@ -39,7 +39,7 @@ in this Software without prior written a
#include <sys/stat.h>
#define MAXDEFINES 512
-#define MAXFILES 2048
+#define MAXFILES 4096
#define MAXINCFILES 128 /* "-include" files */
#define MAXDIRS 512 /* -I flags */
#define PATHMAX 4096 /* realpath */