Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!CUNIXC.CC.COLUMBIA.EDU!cck From: cck@CUNIXC.CC.COLUMBIA.EDU ("Charlie C. Kim") Newsgroups: comp.protocols.appletalk Subject: UAB Message-ID: Date: 1 Nov 88 17:01:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 There are two problems with it as it went out. First, our local copy of appletalk.h has diverged from the last release. It makes a difference only in that I redefined ddpRTMPRQ to ddpRTMP_REQ -- you should change it uab/rtmp.c (to read ddpRTMPRQ). Second, in the ethertalk module, it does a sizeof(lap) where it should use lapSize -- this causes problems on a Sun 3 since sizeof(lap) evaulates to 4 instead of 3 due to structure alignment junk. Please note that I have not tried uab on anything else except Ultrix (which only runs on vaxen :-) and SunOS 4.0 on a Sun4. I have no idea if the code will work on other machines - I would have tested it on a Sun 3 if I had had the opportunity, but did not, and don't have the time to do so right now. Preliminary reports indicate that there are other problems with code on a sun3 right now. Again, I must reiterate that UAB is meant for those who have a very strong understanding of the appletalk protocols and the specialized networking features (DLI and NIT) under ultrix and sunos. Charlie C. Kim Academic Communications and Computing Center for Computing Activities Columbia Univeristy (Currently on leave of absence)