ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/clip_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/clip_unix.cpp (file contents):
Revision 1.10 by gbeauche, 2004-06-27T20:36:51Z vs.
Revision 1.11 by gbeauche, 2004-11-13T14:09:15Z

# Line 497 | Line 497 | static void do_getscrap(void **handle, u
497                          PW(0x588f),                                     // addq.l       #4,sp
498                          PW(M68K_RTS)
499                  };
500 <                uint32 proc_area = (uint32)proc;
500 >                uint32 proc_area = Host2MacAddr((uint8 *)proc);
501                  WriteMacInt32(proc_area +  6, data.size());
502                  WriteMacInt32(proc_area + 12, type);
503                  WriteMacInt32(proc_area + 18, scrap_area);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines