Diff for /embedaddon/sudo/plugins/sudoers/getdate.y between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 10:46:12 version 1.1.1.3, 2013/10/14 07:56:34
Line 375  static TABLE const OtherTable[] = { Line 375  static TABLE const OtherTable[] = {
     { "today",          tMINUTE_UNIT,   0 },      { "today",          tMINUTE_UNIT,   0 },
     { "now",            tMINUTE_UNIT,   0 },      { "now",            tMINUTE_UNIT,   0 },
     { "last",           tUNUMBER,       -1 },      { "last",           tUNUMBER,       -1 },
    { "this",           tMINUTE_UNIT,       0 },    { "this",           tUNUMBER,       0 },
     { "next",           tUNUMBER,       2 },      { "next",           tUNUMBER,       2 },
     { "first",          tUNUMBER,       1 },      { "first",          tUNUMBER,       1 },
 /*  { "second",         tUNUMBER,       2 }, */  /*  { "second",         tUNUMBER,       2 }, */

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


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