From d7421024b5600fcd19a8ba976f69cf6d784fb6fd Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 28 Feb 2011 21:03:15 +0000 Subject: [PATCH] =?UTF-8?q?bump=20nfdsargv[]=C2=A0size=20belatedly=20(and?= =?UTF-8?q?=20add=20a=20few=20extra=20for=20needs=20of=20future=20bugs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/fs/common/fstest_nfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fs/common/fstest_nfs.c b/tests/fs/common/fstest_nfs.c index a8c05a514072..91d4ca37821a 100644 --- a/tests/fs/common/fstest_nfs.c +++ b/tests/fs/common/fstest_nfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: fstest_nfs.c,v 1.6 2011/02/10 16:35:01 njoly Exp $ */ +/* $NetBSD: fstest_nfs.c,v 1.7 2011/02/28 21:03:15 pooka Exp $ */ /* * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -75,7 +75,7 @@ donewfs(const atf_tc_t *tc, void **argp, const char *image, off_t size, void *fspriv) { const char *srcdir; - char *nfsdargv[7]; + char *nfsdargv[16]; char nfsdpath[MAXPATHLEN]; char imagepath[MAXPATHLEN]; char ethername[MAXPATHLEN], ethername_ro[MAXPATHLEN];