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/pid.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/pid.h')
-rw-r--r--include/pid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pid.h b/include/pid.h
index ddec0ef1e49..d9a290f5ba1 100644
--- a/include/pid.h
+++ b/include/pid.h
@@ -21,7 +21,7 @@
#define ZABBIX_PID_H
#if defined(_WINDOWS)
-# error "This module allowed only for Linux OS"
+# error "This module allowed only for Unix OS"
#endif /* _WINDOWS */
int create_pid_file(const char *pidfile);