From 4197eaf7b57056454cec3112683d84a3d0d7b194 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 15 Jan 2008 12:44:21 +0000 Subject: Max Kellermann : the global variable "alarm" conflicts with the alarm() function from unistd.h. resolve that conflict by giving those two global variables a better name. --- include/sync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sync.h') diff --git a/include/sync.h b/include/sync.h index e6ce327..39e0f46 100644 --- a/include/sync.h +++ b/include/sync.h @@ -18,7 +18,7 @@ struct sync_mode { void (*run)(void); }; -extern struct sync_mode alarm; -extern struct sync_mode ftfw; +extern struct sync_mode sync_alarm; +extern struct sync_mode sync_ftfw; #endif -- cgit v1.2.3