openbsd-ports/mail/akpop3d/patches/patch-lock_maildrop_h
naddy 8e5db79efa Import akpop3d 0.7.7.
Submitted by Maxime Guillaud <bsd-ports@mguillaud.net>.

akpop3d is a POP3 daemon aimed to be small and secure.  It is
stand-alone, very small, easy to modify.  Despite its small size, it
offers a lot of features.
2004-11-08 21:57:05 +00:00

13 lines
345 B
Plaintext

$OpenBSD: patch-lock_maildrop_h,v 1.1.1.1 2004/11/08 21:57:05 naddy Exp $
--- lock_maildrop.h.orig Thu Jan 3 21:21:52 2002
+++ lock_maildrop.h Fri Aug 27 01:45:07 2004
@@ -5,7 +5,7 @@
int lock_maildrop(char * maildrop, uid_t uid, gid_t gid);
-void remove_lock(char * maildrop);
+int remove_lock(char * maildrop);
int lock_fd(int fd);