diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-23 20:13:18 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-23 20:13:18 +0000 |
commit | 11d1f24479bca637fd5a21bebe06d96a788f48b7 (patch) | |
tree | 99b5a78d2393be2c32c056ec8a3f80b6fda8a3d9 /lock.c | |
parent | 400b43162ccffd4a6b444a8efe7b189d8abd4cea (diff) | |
download | fetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.tar.gz fetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.tar.bz2 fetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.zip |
Rename lock_release to fm_lock_release, to avoid namespace collision on
Darwin. NetBSD PR#28543 (pkg/28543).
svn path=/trunk/; revision=4176
Diffstat (limited to 'lock.c')
-rw-r--r-- | lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ void lock_or_die(void) } } -void lock_release(void) +void fm_lock_release(void) /* release a lock on a given host */ { unlink(lockfile); |