diff options
Diffstat (limited to 'common/sysutils.c')
-rw-r--r-- | common/sysutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/sysutils.c b/common/sysutils.c index 6eb40b125..4948af57f 100644 --- a/common/sysutils.c +++ b/common/sysutils.c @@ -117,7 +117,8 @@ get_session_marker( size_t *rlen ) } -#if 0 /* not yet needed */ +#if 0 /* not yet needed - Note that this will require inclusion of + cmacros.am in Makefile.am */ int check_permissions(const char *path,int extension,int checkonly) { |