diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-29 15:21:04 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-29 15:21:04 +0000 |
commit | 9ecdaefc7539cbf065d23ce36d1a908c18fb45bc (patch) | |
tree | 5c80c3a89ff5e74f26c0b69949386e7778b033ca /security/aide/files | |
parent | 9009f8a7f0acccd7d46eda9828c15cd6586f51a3 (diff) | |
download | ports-9ecdaefc7539cbf065d23ce36d1a908c18fb45bc.tar.gz ports-9ecdaefc7539cbf065d23ce36d1a908c18fb45bc.zip |
Notes
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 ;} |