diff options
Diffstat (limited to 'security/aide/files')
-rw-r--r-- | security/aide/files/patch-src::conf_yacc.y | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/aide/files/patch-src::conf_yacc.y b/security/aide/files/patch-src::conf_yacc.y new file mode 100644 index 000000000000..71840af9a4c2 --- /dev/null +++ b/security/aide/files/patch-src::conf_yacc.y @@ -0,0 +1,11 @@ +--- src/conf_yacc.y.orig Thu Apr 13 06:41:46 2000 ++++ src/conf_yacc.y Tue Oct 29 07:14:34 2002 +@@ -144,7 +144,7 @@ + conferror("Error in expression"); + YYABORT; + } +- } ++ } ; + + other : TRIGHTS { $$ =$1 ;} | TUSER {$$ =$1 ;} + | TGROUP {$$ =$1 ;} | TINODE {$$ =$1 ;} |