From: zacheiss Date: Tue, 13 Aug 2002 15:49:31 +0000 (+0000) Subject: Fix compilation using SunSoft cc, just in case we want it. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/50cfb1da5b8fc90c7f24992a2fd949830bdeb32a Fix compilation using SunSoft cc, just in case we want it. --- 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;