summaryrefslogtreecommitdiffstats
path: root/plugins/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/popen.c')
-rw-r--r--plugins/popen.c2
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"