[BACK]Return to gram.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/gram.y between version 1.9 and 1.10

version 1.9, 2009/10/27 23:59:42 version 1.10, 2012/11/12 01:14:41
Line 413 
Line 413 
         struct cmd *c, *prev, *nc;          struct cmd *c, *prev, *nc;
         struct namelist *h, *lasth;          struct namelist *h, *lasth;
   
         debugmsg(DM_CALL, "insert(%s, %x, %x, %x) start, files = %s",          debugmsg(DM_CALL, "insert(%s, %p, %p, %p) start, files = %s",
                  label == NULL ? "(null)" : label,                   label == NULL ? "(null)" : label,
                  files, hosts, subcmds, getnlstr(files));                   files, hosts, subcmds, getnlstr(files));
   

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