summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-11-15 18:44:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-11-15 18:44:34 +0000
commit8231f6e54f204bea9b5af8fd9ce63a636d187af4 (patch)
treebc120f45bc847e5faf222f3aa5052c3d87dfc8ad /pop3d
parente53db7df73a874de0894e7dd1befb2765cf7ae83 (diff)
downloadmailutils-8231f6e54f204bea9b5af8fd9ce63a636d187af4.tar.gz
mailutils-8231f6e54f204bea9b5af8fd9ce63a636d187af4.tar.bz2
(children): Removed volatile qualifier
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/pop3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/pop3d.h b/pop3d/pop3d.h
index 5e128cc03..bbd7b367b 100644
--- a/pop3d/pop3d.h
+++ b/pop3d/pop3d.h
@@ -208,7 +208,7 @@ extern int initial_state;
extern char *username;
extern char *maildir;
extern char *md5shared;
-extern volatile size_t children;
+extern size_t children;
extern struct daemon_param daemon_param;
extern int debug_mode;
#ifdef WITH_TLS

Return to:

Send suggestions and report system problems to the System administrator.