8e5db79efa
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.
13 lines
345 B
Plaintext
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);
|
|
|