diff options
author | Werner Koch <[email protected]> | 2004-02-12 09:28:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-12 09:28:32 +0000 |
commit | 584784ba6d6db6f24d3310f2d458cae50380792b (patch) | |
tree | 9bfe0fc4a9d398cc8291e5fa756d45942594b920 /common/sysutils.c | |
parent | New (diff) | |
download | gnupg-584784ba6d6db6f24d3310f2d458cae50380792b.tar.gz gnupg-584784ba6d6db6f24d3310f2d458cae50380792b.zip |
minor cleanups
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) { |