=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/commands.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- src/usr.bin/telnet/commands.c 2016/05/03 02:06:54 1.84 +++ src/usr.bin/telnet/commands.c 2017/07/19 12:25:52 1.85 @@ -1,4 +1,4 @@ -/* $OpenBSD: commands.c,v 1.84 2016/05/03 02:06:54 awolk Exp $ */ +/* $OpenBSD: commands.c,v 1.85 2017/07/19 12:25:52 deraadt Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* @@ -1636,7 +1636,6 @@ return 1; } -#ifdef SIGINFO /* * Function that gets called when SIGINFO is received. */ @@ -1645,7 +1644,6 @@ { connection_status(1); } -#endif static Command *getcmd(char *name);