Patch #: 71 Type: bug fix Priority: low Affects: sites using tlw on some hosts Submitted: Peter O'Brien Archived: munnari.OZ.AU mac/cap.patches/cap60.patch071 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch071' Summary: change c definition from char to int to ensure EOF found File: cap60/samples/tlw.c *** samples/tlw.c.orig Sat Aug 31 23:25:03 1991 --- samples/tlw.c Mon Nov 18 01:18:32 1991 *************** *** 1,6 **** ! static char rcsid[] = "$Author: djh $ $Date: 1991/08/31 13:24:54 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/samples/RCS/tlw.c,v 2.4 1991/08/31 13:24:54 djh Rel djh $"; ! static char revision[] = "$Revision: 2.4 $"; /* * tlw - UNIX AppleTalk test program - talk to laserwriter --- 1,6 ---- ! static char rcsid[] = "$Author: djh $ $Date: 1991/11/17 14:18:02 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/samples/RCS/tlw.c,v 2.5 1991/11/17 14:18:02 djh Rel djh $"; ! static char revision[] = "$Revision: 2.5 $"; /* * tlw - UNIX AppleTalk test program - talk to laserwriter *************** *** 62,68 **** int hangup(); int pstatus(); char *getlwname(); ! char c; extern char *optarg; extern int optind; boolean errflag = FALSE; --- 62,68 ---- int hangup(); int pstatus(); char *getlwname(); ! int c; extern char *optarg; extern int optind; boolean errflag = FALSE; *** README.orig Mon Nov 18 01:18:59 1991 --- README Mon Nov 18 01:19:33 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 70, November 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 71, November 1991 Introduction ------------