Files
2013-09-26 17:14:40 +02:00

14 lines
338 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2003/06/23 13:48:33 agc Exp $
--- src/conf_yacc.y 2003/06/17 14:53:45 1.1
+++ src/conf_yacc.y 2003/06/17 14:54:11
@@ -142,7 +142,7 @@
conferror("Error in expression");
YYABORT;
}
- }
+ } ;
other : TRIGHTS { $$ =$1 ;} | TUSER {$$ =$1 ;}
| TGROUP {$$ =$1 ;} | TINODE {$$ =$1 ;}