As with all files, rename the file, adding a preceding l (the letter after k and before m)
| line# | action |
| 1 | replace #include "includes.h" with #include "lincludes.h" |
| 57 | replace void OscillatorAccuracy(void) with void OscillatorAccuracy(int arg) |
| 65 | replace PROTECT++; with rec_mutex_lock((int)arg); |
| 67 | replace PROTECT--; with rec_mutex_unlock((int)arg); |