[BACK]Return to rpc_cout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_cout.c between version 1.27 and 1.28

version 1.27, 2016/12/20 22:19:08 version 1.28, 2016/12/22 16:42:55
Line 425 
Line 425 
                 return;                  return;
         }          }
         for (dl = def->def.st.decls; dl != NULL; dl = dl->next)          for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
                 if (dl->decl.rel == REL_VECTOR) {                  if (dl->decl.rel == REL_VECTOR &&
                       strcmp(dl->decl.type, "opaque") != 0) {
                         fprintf(fout, "\tint i;\n");                          fprintf(fout, "\tint i;\n");
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28