Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/telnet Kill remnant function decl.
details: https://anonhg.NetBSD.org/src/rev/6074c5d75f60
branches: trunk
changeset: 571087:6074c5d75f60
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 10 20:26:43 2004 +0000
description:
Kill remnant function decl.
diffstat:
usr.bin/telnet/sys_bsd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8c9fa422c812 -r 6074c5d75f60 usr.bin/telnet/sys_bsd.c
--- a/usr.bin/telnet/sys_bsd.c Wed Nov 10 20:23:28 2004 +0000
+++ b/usr.bin/telnet/sys_bsd.c Wed Nov 10 20:26:43 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_bsd.c,v 1.31 2004/03/20 23:26:05 heas Exp $ */
+/* $NetBSD: sys_bsd.c,v 1.32 2004/11/10 20:26:43 christos Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -34,7 +34,7 @@
#if 0
from: static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: sys_bsd.c,v 1.31 2004/03/20 23:26:05 heas Exp $");
+__RCSID("$NetBSD: sys_bsd.c,v 1.32 2004/11/10 20:26:43 christos Exp $");
#endif
#endif /* not lint */
@@ -68,7 +68,6 @@
SIG_FUNC_RET intr(int);
SIG_FUNC_RET intr2(int);
SIG_FUNC_RET sendwin(int);
-SIG_FUNC_RET deadpeer(int);
int
Home |
Main Index |
Thread Index |
Old Index