Diff for /embedaddon/sudo/plugins/sudoers/gram.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2012/10/09 09:29:52
Line 29 Line 29
 #define ERROR 285  #define ERROR 285
 #define TYPE 286  #define TYPE 286
 #define ROLE 287  #define ROLE 287
   #define PRIVS 288
   #define LIMITPRIVS 289
   #define MYSELF 290
 #ifndef YYSTYPE_DEFINED  #ifndef YYSTYPE_DEFINED
 #define YYSTYPE_DEFINED  #define YYSTYPE_DEFINED
 typedef union {  typedef union {
Line 40  typedef union { Line 43  typedef union {
     struct sudo_command command;      struct sudo_command command;
     struct cmndtag tag;      struct cmndtag tag;
     struct selinux_info seinfo;      struct selinux_info seinfo;
       struct solaris_privs_info privinfo;
     char *string;      char *string;
     int tok;      int tok;
 } YYSTYPE;  } YYSTYPE;

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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