From 55118b82cab84a6c426e455cf028136a92c9c41f Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Mon, 1 Oct 2012 16:16:37 +0000 Subject: renamed variable "restrict" to "route_restrict" debian Bug#689322: "restrict" is a keyword in C99 tcpip/rip98d.c uses "restrict" as a variable name. This collides with the fact that in C99 "restrict" is a keyword. Compilers that default to C99-mode, or gcc -std=c99, fail to compile this code. --- tcpip/rip98d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpip/rip98d.h') diff --git a/tcpip/rip98d.h b/tcpip/rip98d.h index fb00a7d..fc4ef8f 100644 --- a/tcpip/rip98d.h +++ b/tcpip/rip98d.h @@ -44,7 +44,7 @@ extern struct dest_struct dest_list[]; extern int dest_count; extern int debug; -extern int restrict; +extern int route_restrict; extern int logging; /* In rip98d.c */ -- cgit v1.2.3