Diff for /suX/inc/defs.h between versions 1.2.4.1 and 1.2.4.2

version 1.2.4.1, 2013/04/09 08:17:40 version 1.2.4.2, 2013/04/09 08:29:20
Line 22 Line 22
   
   
 struct tagProc {  struct tagProc {
        short       proc_uid;        ait_val_t       proc_uid;
        short       proc_gid;        ait_val_t       proc_gid;
        int       proc_prio;        ait_val_t       proc_prio;
         ait_val_t       proc_class;          ait_val_t       proc_class;
         ait_val_t       proc_dir;          ait_val_t       proc_dir;
         ait_val_t       proc_name;          ait_val_t       proc_name;

Removed from v.1.2.4.1  
changed lines
  Added in v.1.2.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>