openbsd-ports/mail/akpop3d/patches/patch-lock_maildrop_h

13 lines
345 B
Plaintext
Raw Normal View History

$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);