From 50cfb1da5b8fc90c7f24992a2fd949830bdeb32a Mon Sep 17 00:00:00 2001 From: zacheiss Date: Tue, 13 Aug 2002 15:49:31 +0000 Subject: [PATCH] Fix compilation using SunSoft cc, just in case we want it. --- gen/nfs.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/nfs.pc b/gen/nfs.pc index 6245ac29..877a2622 100644 --- a/gen/nfs.pc +++ b/gen/nfs.pc @@ -204,7 +204,7 @@ struct user { void do_everyone(void) { const buflen = MAXPATHLEN; - char buf[buflen], *l; + char buf[MAXPATHLEN], *l; struct user *u; struct grp *g; struct bucket *b, **p; -- 2.45.2