=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/commands.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/telnet/commands.c 1998/03/12 04:57:29 1.10 --- src/usr.bin/telnet/commands.c 1998/03/12 17:31:30 1.11 *************** *** 1,4 **** ! /* $OpenBSD: commands.c,v 1.10 1998/03/12 04:57:29 art Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: commands.c,v 1.11 1998/03/12 17:31:30 deraadt Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* *************** *** 1320,1326 **** } /*VARARGS*/ ! static int telnetsuspend() { #ifdef SIGTSTP --- 1320,1326 ---- } /*VARARGS*/ ! int telnetsuspend() { #ifdef SIGTSTP *************** *** 2133,2139 **** sigiocount, (sigiocount == 1)? "":"s"); if (In3270) { printf("Process ID %d, process group %d.\r\n", ! getpid(), getpgrp(getpid())); printf("Terminal input:\r\n"); filestuff(tin); printf("Terminal output:\r\n"); --- 2133,2139 ---- sigiocount, (sigiocount == 1)? "":"s"); if (In3270) { printf("Process ID %d, process group %d.\r\n", ! getpid(), getpgrp()); printf("Terminal input:\r\n"); filestuff(tin); printf("Terminal output:\r\n");