summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-10 22:33:55 +0000
committerjkh <jkh@FreeBSD.org>1995-05-10 22:33:55 +0000
commit2093ba9e8f522f684222acb75fdd3e999c043029 (patch)
tree2791bccf75cad3705b8fae7f3046e5fcf8576c50
parent22292b0517dd3a77d480d66ab62472a451f8f7ea (diff)
downloadFreeBSD-src-2093ba9e8f522f684222acb75fdd3e999c043029.zip
FreeBSD-src-2093ba9e8f522f684222acb75fdd3e999c043029.tar.gz
Bump the number of allowable args by a factor of 4. I just scanned
all possible packing lists and found that at least one of them is pretty large!
-rw-r--r--usr.sbin/pkg_install/create/perform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 8d942f6..0c773e9 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: perform.c,v 1.25 1995/04/26 15:06:58 jkh Exp $";
+static const char *rcsid = "$Id: perform.c,v 1.26 1995/05/10 20:46:06 jkh Exp $";
#endif
/*
@@ -180,7 +180,7 @@ pkg_perform(char **pkgs)
* arguments you can have, only how long the maximum list can be.
* Shamelessly guess at what seems to be a conservative value.
*/
-#define MAX_NUM_ARGS 4096
+#define MAX_NUM_ARGS 16384
static void
make_dist(char *home, char *pkg, char *suffix, Package *plist)
OpenPOWER on IntegriCloud