aboutsummaryrefslogtreecommitdiffstats
path: root/extension/xreadlink.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-24 20:27:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-24 20:27:02 +0200
commit50d4a80f67e5bcbf3902138d85a25f6a90847d31 (patch)
tree18ebd4f82b1b5732977926b9bac4634bfb002759 /extension/xreadlink.c
parentb9c0946c39a677f733d42a26d2de3f44131bbdd8 (diff)
downloadegawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.tar.gz
egawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.tar.bz2
egawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.zip
Add check for plugin license, make close on exec POSIX compatibile.
Diffstat (limited to 'extension/xreadlink.c')
-rw-r--r--extension/xreadlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/xreadlink.c b/extension/xreadlink.c
index d56d2a6a..dc484ac2 100644
--- a/extension/xreadlink.c
+++ b/extension/xreadlink.c
@@ -45,6 +45,8 @@
#include "xalloc.h"
+int plugin_is_GPL_compatible;
+
/* Call readlink to get the symbolic link value of FILE.
SIZE is a hint as to how long the link is expected to be;
typically it is taken from st_size. It need not be correct.