Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2010-06-28 10:02:26 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2010-06-28 10:02:26 +0400
commit481bbc9c48697f1d163f923a8d193a4dfe639ae6 (patch)
tree88c8f167d8db2f66f105c7a024904ca399c8743f /include/daemon.h
parent29491865397cff120b5f1f96d98e4d5f0f2c01ba (diff)
- when out of memory, we now suggest to increase a certain configuration parameter (suggested in ZBX-2565)
[svn merge svn://svn.zabbix.com/branches/1.8 -c 13063]
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/daemon.h b/include/daemon.h
index 65dc8a27985..8988f896164 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -21,7 +21,7 @@
#define ZABBIX_DAEMON_H
#if defined(_WINDOWS)
-# error "This module allowed only for Linux OS"
+# error "This module allowed only for Unix OS"
#endif /* _WINDOWS */
#define USE_PID_FILE 1