]> git.pld-linux.org Git - packages/mono.git/blame - mono-ARG_MAX.patch
- do not generate requires if not generating provides
[packages/mono.git] / mono-ARG_MAX.patch
CommitLineData
6ac2584a
JB
1--- mono-1.9.1/mono/io-layer/wapi_glob.c.orig 2007-11-08 23:07:22.000000000 +0100
2+++ mono-1.9.1/mono/io-layer/wapi_glob.c 2008-06-18 21:55:40.512789881 +0200
3@@ -54,6 +54,13 @@
4
5 #include "wapi_glob.h"
6
7+#if defined(_SC_ARG_MAX)
8+# if defined(ARG_MAX)
9+# undef ARG_MAX
10+# endif
11+# define ARG_MAX sysconf (_SC_ARG_MAX)
12+#endif
13+
14 #define EOS '\0'
15 #define NOT '!'
16 #define QUESTION '?'
This page took 0.103885 seconds and 4 git commands to generate.