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

Diff for /src/usr.bin/compile_et/Attic/compile_et.c between version 1.10 and 1.11

version 1.10, 2003/06/25 21:19:34 version 1.11, 2003/07/14 16:14:43
Line 147 
Line 147 
         fprintf(h_file, "#ifndef %s\n", fn);          fprintf(h_file, "#ifndef %s\n", fn);
         fprintf(h_file, "#define %s\n", fn);          fprintf(h_file, "#define %s\n", fn);
         fprintf(h_file, "\n");          fprintf(h_file, "\n");
         fprintf(h_file, "#include <com_err.h>\n");          fprintf(h_file, "#include <kerberosV/com_err.h>\n");
         fprintf(h_file, "\n");          fprintf(h_file, "\n");
         fprintf(h_file,          fprintf(h_file,
             "void initialize_%s_error_table_r(struct et_list **);\n",              "void initialize_%s_error_table_r(struct et_list **);\n",

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11