diff options
Diffstat (limited to 'libexec/telnetd/telnetd.h')
-rw-r--r-- | libexec/telnetd/telnetd.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libexec/telnetd/telnetd.h b/libexec/telnetd/telnetd.h index 512caa41e6e..38c2f31d8cf 100644 --- a/libexec/telnetd/telnetd.h +++ b/libexec/telnetd/telnetd.h @@ -1,3 +1,6 @@ +/* $OpenBSD: telnetd.h,v 1.2 1996/03/28 23:22:04 niklas Exp $ */ +/* $NetBSD: telnetd.h,v 1.5 1996/02/28 20:38:25 thorpej Exp $ */ + /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -31,12 +34,11 @@ * SUCH DAMAGE. * * from: @(#)telnetd.h 8.1 (Berkeley) 6/4/93 - * $Id: telnetd.h,v 1.1 1995/10/18 08:43:25 deraadt Exp $ */ -#include "defs.h" -#include "ext.h" +#include <defs.h> +#include <ext.h> #ifdef DIAGNOSTICS #define DIAG(a,b) if (diagnostic & (a)) b |