diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 12:54:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 12:54:26 +0000 |
commit | 1c5940ab5503bf389f03195f3d01a93353919abb (patch) | |
tree | a1e9691c11b7f36906f0943dc7d8464a56b98adc /usr.bin/mail/rcv.h | |
parent | 5f733ec731243d90e1e65f27ce29e683e7a253a6 (diff) |
from christos;
- Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warnings.
- Use POSIX signal mask calls.
Diffstat (limited to 'usr.bin/mail/rcv.h')
-rw-r--r-- | usr.bin/mail/rcv.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index c09e2c54d07..6e7cd87d468 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -1,3 +1,6 @@ +/* $OpenBSD: rcv.h,v 1.2 1996/06/11 12:53:48 deraadt Exp $ */ +/* $NetBSD: rcv.h,v 1.4 1996/06/08 19:48:38 christos Exp $ */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -30,8 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)rcv.h 8.1 (Berkeley) 6/6/93 - * $Id: rcv.h,v 1.1 1995/10/18 08:45:39 deraadt Exp $ + * @(#)rcv.h 8.1 (Berkeley) 6/6/93 + * $NetBSD: rcv.h,v 1.4 1996/06/08 19:48:38 christos Exp $ */ /* |