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

Diff for /src/usr.bin/rpcgen/rpc_parse.c between version 1.13 and 1.14

version 1.13, 2003/06/25 21:09:26 version 1.14, 2003/07/09 03:35:21
Line 376 
Line 376 
 /* check that the given name is not one that would eventually result in  /* check that the given name is not one that would eventually result in
    xdr routines that would conflict with internal XDR routines. */     xdr routines that would conflict with internal XDR routines. */
 static void  static void
 check_type_name(name, new_type)  check_type_name(char *name, int new_type)
         int new_type;  
         char *name;  
 {  {
         int i;          int i;
         char tmp[100];          char tmp[100];

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14