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/66a2b5f76cc2
branches: trunk
changeset: 348093:66a2b5f76cc2
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 82a531c69629 -r 66a2b5f76cc2 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