Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/telnet GC header left from earlier diagnostic test.



details:   https://anonhg.NetBSD.org/src/rev/d099779ca800
branches:  trunk
changeset: 818235:d099779ca800
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Oct 04 14:36:11 2016 +0000

description:
GC header left from earlier diagnostic test.

diffstat:

 usr.bin/telnet/commands.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b0267eb3e143 -r d099779ca800 usr.bin/telnet/commands.c
--- a/usr.bin/telnet/commands.c Tue Oct 04 14:35:38 2016 +0000
+++ b/usr.bin/telnet/commands.c Tue Oct 04 14:36:11 2016 +0000
@@ -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 @@
 #include <arpa/inet.h>
 
 #include <ctype.h>
-#include <err.h>
 #include <errno.h>
 #include <netdb.h>
 #include <pwd.h>



Home | Main Index | Thread Index | Old Index