Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!math.lsa.umich.edu!emv From: Dan@dna.lth.se (Dan Oscarsson) Newsgroups: alt.sources.patches Subject: [comp.protocols.appletalk] uab patches Message-ID: <10775@stag.math.lsa.umich.edu> Date: 6 Feb 90 19:35:36 GMT Sender: news@math.lsa.umich.edu Reply-To: Dan@dna.lth.se (Dan Oscarsson) Followup-To: comp.protocols.appletalk Lines: 61 Archive-name: uab/dan@dna.lth.se Original-posting-by: Dan@dna.lth.se (Dan Oscarsson) Original-subject: uab patches Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti) [This is a patch to from comp.protocols.appletalk.] Here are the patches we have done to uab. Dan ---------- *** rtmp.c.old Sun Feb 4 11:30:32 1990 --- rtmp.c Sun Feb 4 11:38:20 1990 *************** *** 540,546 **** word net; NODE id, *sid; ! if (ddp->type == ddpRTMPRQ) /* is it a rtmp request? */ return(rtmprq_handler(port,ddp)); /* yes, handle it */ if (ddp->type != ddpRTMP) /* is it rtmp? */ return(TRUE); /* no, dump it */ --- 540,546 ---- word net; NODE id, *sid; ! if (ddp->type == ddpRTMP_REQ) /* is it a rtmp request? */ return(rtmprq_handler(port,ddp)); /* yes, handle it */ if (ddp->type != ddpRTMP) /* is it rtmp? */ return(TRUE); /* no, dump it */ *************** *** 902,909 **** int count; int mainnotknown = FALSE; ! if (!zone_unknown) /* set whenever new route is created */ ! return; /* initialize helper field, find first to query */ for (first=NULL, re = routes, j = 0; re ; re = re->re_next) if (re->re_state && !re->re_zonep) { --- 902,908 ---- int count; int mainnotknown = FALSE; ! if (zone_unknown) { /* set whenever new route is created */ /* initialize helper field, find first to query */ for (first=NULL, re = routes, j = 0; re ; re = re->re_next) if (re->re_state && !re->re_zonep) { *************** *** 961,966 **** --- 960,966 ---- log(LOG_LOTS, "zipping %s for %d networks", node_format(curbridge), count-1); ddp_output(curbridge, &ddp, zip_buf, count*sizeof(word)); + } } /* restart query */ { struct timeval tv;