Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/common bump nfdsargv[]?size belatedly (and add a fe...



details:   https://anonhg.NetBSD.org/src/rev/a29c209fbd4c
branches:  trunk
changeset: 762787:a29c209fbd4c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Feb 28 21:03:15 2011 +0000

description:
bump nfdsargv[]?size belatedly (and add a few extra for needs of future bugs)

diffstat:

 tests/fs/common/fstest_nfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee84ed0dcf1e -r a29c209fbd4c tests/fs/common/fstest_nfs.c
--- a/tests/fs/common/fstest_nfs.c      Mon Feb 28 20:39:07 2011 +0000
+++ b/tests/fs/common/fstest_nfs.c      Mon Feb 28 21:03:15 2011 +0000
@@ -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 @@
        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];



Home | Main Index | Thread Index | Old Index