summaryrefslogtreecommitdiff
path: root/libexec/telnetd/telnetd.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-27 18:28:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-27 18:28:21 +0000
commit7e7303a2e541a15932fb37d54dd97b3538aed77d (patch)
tree8f7832762d7790bd40d2ed1d20b5516023e9d401 /libexec/telnetd/telnetd.c
parentc1430bff061b29a2033dedf671e589f9c03a1504 (diff)
use old curses to avoid duplicate symbol in libtelnet
Diffstat (limited to 'libexec/telnetd/telnetd.c')
-rw-r--r--libexec/telnetd/telnetd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 455c5300b9b..9f0e6f07548 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: telnetd.c,v 1.13 1998/07/23 17:55:54 deraadt Exp $ */
+/* $OpenBSD: telnetd.c,v 1.14 1998/07/27 18:28:20 millert Exp $ */
/* $NetBSD: telnetd.c,v 1.6 1996/03/20 04:25:57 tls Exp $ */
/*
@@ -45,11 +45,11 @@ static char copyright[] =
static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
static char rcsid[] = "$NetBSD: telnetd.c,v 1.5 1996/02/28 20:38:23 thorpej Exp $";
#else
-static char rcsid[] = "$OpenBSD: telnetd.c,v 1.13 1998/07/23 17:55:54 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: telnetd.c,v 1.14 1998/07/27 18:28:20 millert Exp $";
#endif
#endif /* not lint */
-#include <term.h>
+#include "curses.h"
#include "telnetd.h"
#include "pathnames.h"