diff options
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 05fd0ab9..d527c222 100644 --- a/plugins/popen.c +++ b/plugins/popen.c @@ -16,6 +16,8 @@ int spclose(FILE *); * path passed to the exec'd program are esstially empty. (popen create a shell * and passes the environment to it). * + * $Id$ + * ******************************************************************************/ #include "common.h" |