=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/commands.c,v retrieving revision 1.84 retrieving revision 1.85 diff -c -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 **** ! /* $OpenBSD: commands.c,v 1.84 2016/05/03 02:06:54 awolk Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* --- 1,4 ---- ! /* $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,1642 **** return 1; } - #ifdef SIGINFO /* * Function that gets called when SIGINFO is received. */ --- 1636,1641 ---- *************** *** 1645,1651 **** { connection_status(1); } - #endif static Command *getcmd(char *name); --- 1644,1649 ----