home *** CD-ROM | disk | FTP | other *** search
- * repair for aztec's dospkt() routine - now uses Arp library
-
- dseg
-
- public _ArpBase
- public _errno
-
- cseg
-
- public _LVOSendPacket
- public _dos_packet
-
- _dos_packet:
- move.l 4(sp),a1
- move.l 8(sp),d0
- lea.l 12(sp),a0
-
- pea (a6)
- move.l _ArpBase,a6
- jsr -318(a6)
- move.l (sp)+,a6
-
- if INT16
- move.w d1,_errno
- else
- move.l d1,_errno
- endc
-
- rts
-
- end
-