Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!pacbell.com!att!rutgers!mcdchg!laidbak!stevea From: stevea@i88.isc.com (Steve Alexander) Newsgroups: comp.bugs.4bsd Subject: Tn3270 doesn't compile Message-ID: <1990Oct31.022107.4150@i88.isc.com> Date: 31 Oct 90 02:21:07 GMT Sender: usenet@i88.isc.com (Usenet News) Organization: INTERACTIVE Systems Corporation, Naperville, IL Lines: 56 Subject: Can't compile tn3270 from source. Index: usr.bin 4.3BSD-reno Description: Compile errors in the telnet source prevent building of tn3270. Repeat-By: cd /usr/src/usr.bin/tn3270 ; make Wait for compile errors from the telnet source tree. Fix: Apply the following diffs to telnet/commands.c and telnet/main.c. *** commands.c- Tue Oct 30 12:58:14 1990 --- commands.c Tue Oct 30 13:02:00 1990 *************** *** 1745,1751 **** } #if defined(unix) ! #ifdef notdef /* * Some information about our file descriptors. */ --- 1745,1751 ---- } #if defined(unix) ! #ifdef TN3270 /* * Some information about our file descriptors. */ *** main.c- Tue Oct 30 12:06:36 1990 --- main.c Tue Oct 30 12:06:51 1990 *************** *** 97,105 **** if (!strcmp(optarg, "oasynch")) { noasynchtty = 1; noasynchnet = 1; ! } else if (!strcmp(optarg, "oasynchtty")) noasynchtty = 1; ! } else if (!strcmp(optarg, "oasynchnet")) noasynchnet = 1; } } else --- 97,105 ---- if (!strcmp(optarg, "oasynch")) { noasynchtty = 1; noasynchnet = 1; ! } else if (!strcmp(optarg, "oasynchtty")) { noasynchtty = 1; ! } else if (!strcmp(optarg, "oasynchnet")) { noasynchnet = 1; } } else -- Steve Alexander, Software Technologies Group | stevea@i88.isc.com INTERACTIVE Systems Corporation, Naperville, IL | ...!{sun,ico}!laidbak!stevea