diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
commit | d19edd4043c498626fe68308005947975ef0a697 (patch) | |
tree | 7a213ee16f9331e928b1c32aa6c521c05519db58 /plugins/popen.c | |
parent | 1d8128e328f714258b7fec0c62245e1d187e0439 (diff) | |
download | monitoring-plugins-d19edd4043c498626fe68308005947975ef0a697.tar.gz |
standardize localization string
standardize unknow arguments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index 05fd0ab..d527c22 100644 --- a/plugins/popen.c +++ b/plugins/popen.c | |||
@@ -16,6 +16,8 @@ int spclose(FILE *); | |||
16 | * path passed to the exec'd program are esstially empty. (popen create a shell | 16 | * path passed to the exec'd program are esstially empty. (popen create a shell |
17 | * and passes the environment to it). | 17 | * and passes the environment to it). |
18 | * | 18 | * |
19 | * $Id$ | ||
20 | * | ||
19 | ******************************************************************************/ | 21 | ******************************************************************************/ |
20 | 22 | ||
21 | #include "common.h" | 23 | #include "common.h" |