summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-06-17 15:33:13 +0000
committerGerald Carter <jerry@samba.org>2002-06-17 15:33:13 +0000
commit7b60e2304052c5603740ea11ce1345a32e1b9175 (patch)
tree121a6e788e22d5c46627050b8b9848aaf1896084 /source3/lib
parentaaf43bbc8fc113527cb4bb6da5fa9be06b2a1548 (diff)
downloadsamba-7b60e2304052c5603740ea11ce1345a32e1b9175.tar.gz
samba-7b60e2304052c5603740ea11ce1345a32e1b9175.tar.bz2
samba-7b60e2304052c5603740ea11ce1345a32e1b9175.zip
compile warngin fixes merged from 2.2
(This used to be commit 29874f4b8fecdc7cbd84d656dafce54cca49e0b1)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 480b6daf02..b5e89a6aaa 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -453,7 +453,7 @@ BOOL message_send_all(TDB_CONTEXT *conn_tdb, int msg_type,
return True;
}
-static VOLATILE sig_atomic_t gotalarm;
+static SIG_ATOMIC_T gotalarm;
/***************************************************************
Signal function to tell us we timed out.