Patch #: 14 Type: update Priority: low/medium Affects: users of contrib/AufsTools utilities Reported: Rakesh Patel Archived: munnari.OZ.AU mac/cap.patches/cap60.patch014 Summary: add for Pyramid File: cap60/contrib/AufsTools/mcvert/mactypes.h File: cap60/contrib/AufsTools/capit/capit.c *** contrib/AufsTools/mcvert/mactypes.h.orig Thu May 9 00:15:22 1991 --- contrib/AufsTools/mcvert/mactypes.h Thu May 9 00:16:13 1991 *************** *** 3,8 **** --- 3,9 ---- #include #include #include + #include /* Useful, though not particularly Mac related, values */ typedef unsigned char byte; /* one byte, obviously */ *** contrib/AufsTools/capit/capit.c.orig Thu May 9 00:16:54 1991 --- contrib/AufsTools/capit/capit.c Thu May 9 00:17:18 1991 *************** *** 22,27 **** --- 22,28 ---- #include #include #include + #include #define BSIZE (128) /* size of blocks in MacBinary file */ typedef long int4; *** README.orig Thu May 9 00:24:41 1991 --- README Thu May 9 00:24:55 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 13, May 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 14, May 1991 Introduction ------------