Patch #: 47 Type: bug fix Priority: medium Affects: sites trying to use Phase 2 on a SUN 3 under 4.0.3 Reported: Akira Sawada Reported: Jonas Lagerblad Archived: munnari.OZ.AU mac/cap.patches/cap60.patch047 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch047' Summary: add #include for File: cap60/support/ethertalk/senetp.c *** support/ethertalk/senetp.c.orig Tue Aug 20 19:20:38 1991 --- support/ethertalk/senetp.c Tue Aug 20 23:43:57 1991 *************** *** 1,6 **** ! static char rcsid[] = "$Author: djh $ $Date: 1991/08/20 09:20:17 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/support/ethertalk/RCS/senetp.c,v 2.5 1991/08/20 09:20:17 djh Rel djh $"; ! static char revision[] = "$Revision: 2.5 $"; /* * senetp.c - Simple "protocol" level interface to enet --- 1,6 ---- ! static char rcsid[] = "$Author: djh $ $Date: 1991/08/20 13:43:12 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/support/ethertalk/RCS/senetp.c,v 2.6 1991/08/20 13:43:12 djh Rel djh $"; ! static char revision[] = "$Revision: 2.6 $"; /* * senetp.c - Simple "protocol" level interface to enet *************** *** 53,58 **** --- 53,59 ---- #include #include + #include #include #include "../uab/proto_intf.h" *** README.orig Tue Aug 20 23:44:31 1991 --- README Tue Aug 20 23:44:41 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 46, August 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 47, August 1991 Introduction ------------