summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-10-29 15:21:04 +0000
committerCy Schubert <cy@FreeBSD.org>2002-10-29 15:21:04 +0000
commit9ecdaefc7539cbf065d23ce36d1a908c18fb45bc (patch)
tree5c80c3a89ff5e74f26c0b69949386e7778b033ca /security
parentRemove empty patch file. (diff)
Patch to build with new bison 1.75.
Submitted by: Stephen Hilton
Notes
Notes: svn path=/head/; revision=69107
Diffstat (limited to 'security')
-rw-r--r--security/aide/files/patch-src::conf_yacc.y11
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 ;}