1 There are at least 3 different AOS SetPatch programs we need to
6 - Looks for a message port named "SetPatch-01"
8 struct MsgPort sp_MsgPort;
13 - Message port named "SetPatch Port"
15 struct MsgPort sp_MsgPort;
16 UWORD sp_Version_Major;
17 UWORD sp_Version_Minor;
18 struct SetPatch_2_PatchTable *sp_PatchTable;
19 ULONG sp_PatchEntrySize;
20 ULONG sp_ThisIsTheValue2;
23 struct SetPatch_2_Entry {
24 ULONG se_Valid; /* 0 terminates the list */
30 - Semaphore named "\253 SetPatch \273"
33 struct SignalSemaphore sp_Semaphore;
34 struct MinList sp_PatchList;
35 UWORD sp_Version_Major;
36 UWORD sp_Version_Minor;
39 struct SetPatch_3_Entry {
40 struct MinNode se_Node;