=?utf-8?B?0JDRgNGC0LXQvA==?= <[email protected]> wrote: > And also question for the last respondent (Joerg Wunsch) : How do I > use this patch? Just replace code lines in ser_posix.c with it? Or > copy this patch to begging of ser_posix.c?
Normally, you'd use a utility named `patch', which does all the low-level legwork for you. You could feed the entire article into that utility (to stdin), it will find out the start of the patch by itself, and it's also figuring out the filename to patch. If you've stored the patch in a file there, it's just: patch < patchfile If you don't have that utility, you can manually edit ser_posix.c as well. After all, it's only a few lines. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
