Module Name: src
Committed By: joerg
Date: Tue Oct 4 14:36:11 UTC 2016
Modified Files:
src/usr.bin/telnet: commands.c
Log Message:
GC header left from earlier diagnostic test.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/telnet/commands.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/telnet/commands.c
diff -u src/usr.bin/telnet/commands.c:1.69 src/usr.bin/telnet/commands.c:1.70
--- src/usr.bin/telnet/commands.c:1.69 Tue Oct 4 14:35:38 2016
+++ src/usr.bin/telnet/commands.c Tue Oct 4 14:36:11 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: commands.c,v 1.69 2016/10/04 14:35:38 joerg Exp $ */
+/* $NetBSD: commands.c,v 1.70 2016/10/04 14:36:11 joerg Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -63,7 +63,7 @@
#if 0
static char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: commands.c,v 1.69 2016/10/04 14:35:38 joerg Exp $");
+__RCSID("$NetBSD: commands.c,v 1.70 2016/10/04 14:36:11 joerg Exp $");
#endif
#endif /* not lint */
@@ -75,7 +75,6 @@ __RCSID("$NetBSD: commands.c,v 1.69 2016
#include <arpa/inet.h>
#include <ctype.h>
-#include <err.h>
#include <errno.h>
#include <netdb.h>
#include <pwd.h>