Patch #: 105 Type: operational change Priority: none Modification: make getzones handle larger zone lists Submitted: Rakesh Patel Archived: munnari.OZ.AU mac/cap.patches/cap60.patch105 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch105' Summary: increase NUMZONES from 100 to 500 File: cap60/samples/getzones.c *** samples/getzones.c.orig Sat May 18 19:32:32 1991 --- samples/getzones.c Mon Jun 29 22:19:42 1992 *************** *** 1,6 **** ! static char rcsid[] = "$Author: djh $ $Date: 1991/05/18 09:32:07 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/samples/RCS/getzones.c,v 2.2 1991/05/18 09:32:07 djh Exp djh $"; ! static char revision[] = "$Revision: 2.2 $"; /* * getzones - retrieves the zone list from our bridge --- 1,6 ---- ! static char rcsid[] = "$Author: djh $ $Date: 1992/06/29 12:19:04 $"; ! static char rcsident[] = "$Header: /mac/src/cap60/samples/RCS/getzones.c,v 2.3 1992/06/29 12:19:04 djh Rel djh $"; ! static char revision[] = "$Revision: 2.3 $"; /* * getzones - retrieves the zone list from our bridge *************** *** 30,36 **** #include /* so htons() works for non-vax */ #include /* include appletalk definitions */ ! #define NUMZONES 100 main(argc, argv) int argc; --- 30,36 ---- #include /* so htons() works for non-vax */ #include /* include appletalk definitions */ ! #define NUMZONES 500 main(argc, argv) int argc; *** lib/cap/abversion.c.orig Mon Jun 29 22:06:42 1992 --- lib/cap/abversion.c Mon Jun 29 22:22:09 1992 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 1992/06/29 12:06:36 $ ! * $Header: /mac/src/cap60/lib/cap/RCS/abversion.c,v 2.4 1992/06/29 12:06:36 djh Rel djh $ ! * $Revision: 2.4 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1992/06/29 12:22:01 $ ! * $Header: /mac/src/cap60/lib/cap/RCS/abversion.c,v 2.5 1992/06/29 12:22:01 djh Rel djh $ ! * $Revision: 2.5 $ */ /* *************** *** 31,37 **** myversion.cv_name = "CAP"; myversion.cv_version = 6; myversion.cv_subversion = 0; ! myversion.cv_patchlevel = 104; myversion.cv_rmonth = "June"; myversion.cv_ryear = "1992"; switch (lap_proto) { --- 31,37 ---- myversion.cv_name = "CAP"; myversion.cv_version = 6; myversion.cv_subversion = 0; ! myversion.cv_patchlevel = 105; myversion.cv_rmonth = "June"; myversion.cv_ryear = "1992"; switch (lap_proto) { *** README.orig Mon Jun 29 22:07:37 1992 --- README Mon Jun 29 22:25:28 1992 *************** *** 2,8 **** CAP - Columbia AppleTalk Package for UNIX o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 104, June 1992 Notice ------ --- 2,8 ---- CAP - Columbia AppleTalk Package for UNIX o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 105, June 1992 Notice ------