summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-14 03:38:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-14 03:38:34 +0200
commit606c398fb834c3e057423dfce641b8a6b2d3f925 (patch)
treec1b501bcf90fd3f66d427d37d97bd027cc65cc50 /source3/lib
parentd4f647c859139a56b403e864ebb4ed08f40e35be (diff)
downloadsamba-606c398fb834c3e057423dfce641b8a6b2d3f925.tar.gz
samba-606c398fb834c3e057423dfce641b8a6b2d3f925.tar.bz2
samba-606c398fb834c3e057423dfce641b8a6b2d3f925.zip
Rely on standard {u,}int{8,16,32,64}_t types provided by system or
libreplace for {u,}int{8,16,32,64} defines.
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/select.c b/source3/lib/select.c
index 1bb1a75909..14e59257ba 100644
--- a/source3/lib/select.c
+++ b/source3/lib/select.c
@@ -30,7 +30,7 @@
static pid_t initialised;
static int select_pipe[2];
-static VOLATILE unsigned pipe_written, pipe_read;
+static volatile unsigned pipe_written, pipe_read;
/*******************************************************************
Call this from all Samba signal handlers if you want to avoid a