From 1e2420797f97a790878d553d5001c16ecb36a776 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 29 Oct 2002 15:21:04 +0000 Subject: Patch to build with new bison 1.75. Submitted by: Stephen Hilton --- security/aide/files/patch-src::conf_yacc.y | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/aide/files/patch-src::conf_yacc.y (limited to 'security') 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 00000000000..71840af9a4c --- /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 ;} -- cgit