diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
commit | b4d055c56d56b705a9874806044897b6f933a892 (patch) | |
tree | ea6944e4424f24dce67f9a7422a498a2e3e97486 /usr.bin/telnet/types.h | |
parent | d413353d829242c97addbbe6aace0c12d53c4772 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.bin/telnet/types.h')
-rw-r--r-- | usr.bin/telnet/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/telnet/types.h b/usr.bin/telnet/types.h index 495eacd2852..d36b443ffd5 100644 --- a/usr.bin/telnet/types.h +++ b/usr.bin/telnet/types.h @@ -1,3 +1,6 @@ +/* $OpenBSD: types.h,v 1.2 1996/03/27 19:33:13 niklas Exp $ */ +/* $NetBSD: types.h,v 1.5 1996/02/28 21:04:20 thorpej Exp $ */ + /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +34,6 @@ * SUCH DAMAGE. * * from: @(#)types.h 8.1 (Berkeley) 6/6/93 - * $Id: types.h,v 1.1 1995/10/18 08:46:15 deraadt Exp $ */ typedef struct { |