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

Diff for /src/usr.bin/rdist/message.c between version 1.8 and 1.9

version 1.8, 1999/02/04 23:18:57 version 1.9, 2000/11/10 15:33:12
Line 282 
Line 282 
         (void) strcpy(msgbuf, msgstr);          (void) strcpy(msgbuf, msgstr);
   
         /*          /*
          * Each <facility>=<types> list is seperated by ":".           * Each <facility>=<types> list is separated by ":".
          */           */
         for (optstr = strtok(msgbuf, ":"); optstr;          for (optstr = strtok(msgbuf, ":"); optstr;
              optstr = strtok(NULL, ":")) {               optstr = strtok(NULL, ":")) {

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