forked from pool/iproute2
Jan Engelhardt
4d8f8c6d9c
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=88
29 lines
699 B
Diff
29 lines
699 B
Diff
From 184ea2afa279c94248db86f74a3f4fd3ba3cded1 Mon Sep 17 00:00:00 2001
|
|
From: Michal Kubecek <mkubecek@suse.cz>
|
|
Date: Tue, 25 Nov 2014 08:39:36 +0100
|
|
Subject: [PATCH] Revert "emp: fix warning on deprecated bison directive"
|
|
|
|
This reverts commit edd3979272e46d17456a4dabc3e9acf59e561d5a.
|
|
|
|
For SLE11 only. Its bison [version 2.3] does not allow new syntax.
|
|
---
|
|
tc/emp_ematch.y | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tc/emp_ematch.y b/tc/emp_ematch.y
|
|
index bc08da2..7043a80 100644
|
|
--- a/tc/emp_ematch.y
|
|
+++ b/tc/emp_ematch.y
|
|
@@ -9,7 +9,7 @@
|
|
%locations
|
|
%token-table
|
|
%error-verbose
|
|
-%name-prefix "ematch_"
|
|
+%name-prefix="ematch_"
|
|
|
|
%union {
|
|
unsigned int i;
|
|
--
|
|
1.8.4.5
|
|
|