Module Name: src
Committed By: pooka
Date: Mon Feb 28 21:03:15 UTC 2011
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
bump nfdsargv[]�size belatedly (and add a few extra for needs of future bugs)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/common/fstest_nfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/common/fstest_nfs.c
diff -u src/tests/fs/common/fstest_nfs.c:1.6 src/tests/fs/common/fstest_nfs.c:1.7
--- src/tests/fs/common/fstest_nfs.c:1.6 Thu Feb 10 16:35:01 2011
+++ src/tests/fs/common/fstest_nfs.c Mon Feb 28 21:03:15 2011
@@ -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];