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

Diff for /src/usr.bin/rdist/defs.h between version 1.11 and 1.12

version 1.11, 2001/08/23 14:17:08 version 1.12, 2003/05/06 22:10:11
Line 52 
Line 52 
 #include <errno.h>  #include <errno.h>
 #include <pwd.h>  #include <pwd.h>
 #include <grp.h>  #include <grp.h>
   #include <regex.h>
 #include <syslog.h>  #include <syslog.h>
 #include <setjmp.h>  #include <setjmp.h>
 #include <sys/types.h>  #include <sys/types.h>
Line 257 
Line 258 
  */   */
 struct namelist {               /* for making lists of strings */  struct namelist {               /* for making lists of strings */
         char    *n_name;          char    *n_name;
           regex_t *n_regex;
         struct  namelist *n_next;          struct  namelist *n_next;
 };  };
   

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