diff options
Diffstat (limited to 'mail/fetchmail/patches/patch-ai')
-rw-r--r-- | mail/fetchmail/patches/patch-ai | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/fetchmail/patches/patch-ai b/mail/fetchmail/patches/patch-ai new file mode 100644 index 00000000000..8e33f63bbfb --- /dev/null +++ b/mail/fetchmail/patches/patch-ai @@ -0,0 +1,19 @@ +$NetBSD: patch-ai,v 1.1 2005/10/21 20:56:50 tonio Exp $ + +--- fetchmail.h.orig 2003-10-15 21:22:31.000000000 +0200 ++++ fetchmail.h +@@ -461,10 +461,10 @@ int gen_transact(); + extern struct msgblk msgblk; + + /* lock.c: concurrency locking */ +-void lock_setup(void), lock_assert(void); +-void lock_or_die(void), lock_release(void); +-int lock_state(void); +-void lock_dispose(void); ++void fm_lock_setup(void), fm_lock_assert(void); ++void fm_lock_or_die(void), fm_lock_release(void); ++int fm_lock_state(void); ++void fm_lock_dispose(void); + + /* use these to track what was happening when the nonresponse timer fired */ + #define GENERAL_WAIT 0 /* unknown wait type */ |