]> andersk Git - moira.git/commitdiff
Fix compilation using SunSoft cc, just in case we want it.
authorzacheiss <zacheiss>
Tue, 13 Aug 2002 15:49:31 +0000 (15:49 +0000)
committerzacheiss <zacheiss>
Tue, 13 Aug 2002 15:49:31 +0000 (15:49 +0000)
gen/nfs.pc

index 6245ac294145b23d491f75b7c543862ed07657e9..877a2622123098ad84a616633ec0499c414d80f3 100644 (file)
@@ -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;
This page took 0.045159 seconds and 5 git commands to generate.